We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6f4cd commit 9c253edCopy full SHA for 9c253ed
1 file changed
gateway-api/src/gateway_api/test_app.py
@@ -100,8 +100,8 @@ def test_start_app_logs_startup_details(self) -> None:
100
test_env_vars = {
101
"FLASK_HOST": "test_host",
102
"FLASK_PORT": "1234",
103
- # TODO 395 - work out where this should be set for testing
104
- "PDS_URL": "test_pds_url",
+ "PDS_URL": "test_pds_url", # TODO 395 - work out where this should be
+ "SDS_URL": "test_sds_url", # TODO 395 - work out where this should be
105
}
106
107
with ScopedEnvVars(test_env_vars):
0 commit comments