We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebb3f4 commit 320e7bdCopy full SHA for 320e7bd
1 file changed
gateway-api/src/gateway_api/test_app.py
@@ -27,8 +27,8 @@ def client() -> Generator[FlaskClient[Flask]]:
27
{
28
"FLASK_HOST": "localhost",
29
"FLASK_PORT": "5000",
30
- "PDS_URL": "http://test-pds-url",
31
- "SDS_URL": "http://test-sds-url",
+ "PDS_URL": "https://test-pds-url",
+ "SDS_URL": "https://test-sds-url",
32
}
33
):
34
configure_app(app)
@@ -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",
104
- "SDS_URL": "test_sds_url",
105
106
107
with ScopedEnvVars(test_env_vars):
0 commit comments