Skip to content

Commit

Permalink
Update scheduler client tests for endpoint uri.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbartel committed Sep 8, 2023
1 parent a1bbb5e commit 92e58e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def client_ssl_context(self) -> ssl.SSLContext:
pass

@property
def endpoint_uri(self) -> str:
def _get_endpoint_uri(self) -> str:
return ''

def set_client_response_none(self):
Expand Down

0 comments on commit 92e58e8

Please sign in to comment.