Skip to content

Commit 9c253ed

Browse files
committed
[GPCAPIM-395]: Update environment variables for testing
- Added SDS_URL to the test environment variables
1 parent 2b6f4cd commit 9c253ed

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-
# TODO 395 - work out where this should be set for testing
104-
"PDS_URL": "test_pds_url",
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
105105
}
106106

107107
with ScopedEnvVars(test_env_vars):

0 commit comments

Comments
 (0)