Skip to content

Commit eebb3f4

Browse files
committed
[GPCAPIM-395]: Remove TODO comments
1 parent 9c253ed commit eebb3f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gateway-api/src/gateway_api/test_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ def test_start_app_logs_startup_details(self) -> None:
100100
test_env_vars = {
101101
"FLASK_HOST": "test_host",
102102
"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
103+
"PDS_URL": "test_pds_url",
104+
"SDS_URL": "test_sds_url",
105105
}
106106

107107
with ScopedEnvVars(test_env_vars):

0 commit comments

Comments
 (0)