diff --git a/python/lib/communication/dmod/test/test_scheduler_client.py b/python/lib/communication/dmod/test/test_scheduler_client.py index 1fbd20aaf..2e834345c 100644 --- a/python/lib/communication/dmod/test/test_scheduler_client.py +++ b/python/lib/communication/dmod/test/test_scheduler_client.py @@ -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):