File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/models-library/src/models_library/api_schemas_webserver Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments