Skip to content

Commit 6d4fdcb

Browse files
committed
fix format
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent e434ea8 commit 6d4fdcb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/models/settings_test.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ func TestAllSettingsAgainstFrontEnd(t *testing.T) {
161161
"service" : "service1"
162162
},
163163
"microsoft" : {
164-
"cloud" : "AzureUSGovernment",
165-
"auth_type" : "clientsecret",
166-
"tenant_id" : "tenant1",
167-
"client_id" : "myMicrosoftClientID",
168-
"scopes": ["msscope1","msscope2"]
164+
"cloud" : "AzureUSGovernment",
165+
"auth_type" : "clientsecret",
166+
"tenant_id" : "tenant1",
167+
"client_id" : "myMicrosoftClientID",
168+
"scopes" : ["msscope1","msscope2"]
169169
},
170170
"oauth2" : {
171171
"client_id":"myClientID",

0 commit comments

Comments
 (0)