We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dda096 commit 2f04ab3Copy full SHA for 2f04ab3
services/web/server/tests/unit/with_dbs/01/test_api_keys.py
@@ -122,7 +122,7 @@ async def test_create_api_key(
122
assert "apiKey" in data
123
assert "apiSecret" in data
124
assert "apiBaseUrl" in data
125
- assert data["apiBaseUrl"] == "https://api.osparc.io/"
+ assert data["apiBaseUrl"] == "http://api.osparc.io/"
126
127
resp = await client.get("/v0/auth/api-keys")
128
data, _ = await assert_status(resp, expected)
0 commit comments