Skip to content

Commit cc1fefc

Browse files
szaheropenshift-merge-bot[bot]
authored andcommitted
fix typo in _client_verify_tls
Signed-off-by: Saad Zaher <szaher@redhat.com>
1 parent 083212d commit cc1fefc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/codeflare_sdk/ray/cluster/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _client_headers(self):
8989

9090
@property
9191
def _client_verify_tls(self):
92-
return _is_openshift_cluster and self.config.verify_tls
92+
return _is_openshift_cluster() and self.config.verify_tls
9393

9494
@property
9595
def job_client(self):

0 commit comments

Comments
 (0)