We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c253ed commit eebb3f4Copy full SHA for eebb3f4
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
- "PDS_URL": "test_pds_url", # TODO 395 - work out where this should be
104
- "SDS_URL": "test_sds_url", # TODO 395 - work out where this should be
+ "PDS_URL": "test_pds_url",
+ "SDS_URL": "test_sds_url",
105
}
106
107
with ScopedEnvVars(test_env_vars):
0 commit comments