From 9f964e10baff5206101e3bccb5c7183304cb3c86 Mon Sep 17 00:00:00 2001 From: Robert Bartel Date: Fri, 8 Sep 2023 16:33:12 -0400 Subject: [PATCH] Update scheduler client tests for endpoint uri. --- python/lib/communication/dmod/test/test_scheduler_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):