Skip to content

Commit

Permalink
silent sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Dec 6, 2024
1 parent 5b22949 commit ff78470
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,23 +99,23 @@ class ApiKeyCreateResponse(ApiKeyCreateRequest):
{
"id": "42",
"display_name": "test-api-forever",
"api_base_url": "http://api.osparc.io/v0",
"api_base_url": "http://api.osparc.io/v0", # NOSONAR
"api_key": "key",
"api_secret": "secret",
},
{
"id": "48",
"display_name": "test-api-for-one-day",
"expiration": 60 * 60 * 24,
"api_base_url": "http://api.sim4life.io/v0",
"api_base_url": "http://api.sim4life.io/v0", # NOSONAR
"api_key": "key",
"api_secret": "secret",
},
{
"id": "54",
"display_name": "test-api-for-another-day",
"expiration": "24:00:00",
"api_base_url": "http://api.osparc-master.io/v0",
"api_base_url": "http://api.osparc-master.io/v0", # NOSONAR
"api_key": "key",
"api_secret": "secret",
},
Expand Down

0 comments on commit ff78470

Please sign in to comment.