Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Apr 15, 2024
1 parent e434ea8 commit 6d4fdcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/models/settings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ func TestAllSettingsAgainstFrontEnd(t *testing.T) {
"service" : "service1"
},
"microsoft" : {
"cloud" : "AzureUSGovernment",
"auth_type" : "clientsecret",
"tenant_id" : "tenant1",
"client_id" : "myMicrosoftClientID",
"scopes": ["msscope1","msscope2"]
"cloud" : "AzureUSGovernment",
"auth_type" : "clientsecret",
"tenant_id" : "tenant1",
"client_id" : "myMicrosoftClientID",
"scopes" : ["msscope1","msscope2"]
},
"oauth2" : {
"client_id":"myClientID",
Expand Down

0 comments on commit 6d4fdcb

Please sign in to comment.