Skip to content

Commit ff78470

Browse files
silent sonar
1 parent 5b22949 commit ff78470

File tree

1 file changed

+3
-3
lines changed
  • packages/models-library/src/models_library/api_schemas_webserver

1 file changed

+3
-3
lines changed

packages/models-library/src/models_library/api_schemas_webserver/auth.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,23 @@ class ApiKeyCreateResponse(ApiKeyCreateRequest):
9999
{
100100
"id": "42",
101101
"display_name": "test-api-forever",
102-
"api_base_url": "http://api.osparc.io/v0",
102+
"api_base_url": "http://api.osparc.io/v0", # NOSONAR
103103
"api_key": "key",
104104
"api_secret": "secret",
105105
},
106106
{
107107
"id": "48",
108108
"display_name": "test-api-for-one-day",
109109
"expiration": 60 * 60 * 24,
110-
"api_base_url": "http://api.sim4life.io/v0",
110+
"api_base_url": "http://api.sim4life.io/v0", # NOSONAR
111111
"api_key": "key",
112112
"api_secret": "secret",
113113
},
114114
{
115115
"id": "54",
116116
"display_name": "test-api-for-another-day",
117117
"expiration": "24:00:00",
118-
"api_base_url": "http://api.osparc-master.io/v0",
118+
"api_base_url": "http://api.osparc-master.io/v0", # NOSONAR
119119
"api_key": "key",
120120
"api_secret": "secret",
121121
},

0 commit comments

Comments
 (0)