We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e434ea8 commit 6d4fdcbCopy full SHA for 6d4fdcb
pkg/models/settings_test.go
@@ -161,11 +161,11 @@ func TestAllSettingsAgainstFrontEnd(t *testing.T) {
161
"service" : "service1"
162
},
163
"microsoft" : {
164
- "cloud" : "AzureUSGovernment",
165
- "auth_type" : "clientsecret",
166
- "tenant_id" : "tenant1",
167
- "client_id" : "myMicrosoftClientID",
168
- "scopes": ["msscope1","msscope2"]
+ "cloud" : "AzureUSGovernment",
+ "auth_type" : "clientsecret",
+ "tenant_id" : "tenant1",
+ "client_id" : "myMicrosoftClientID",
+ "scopes" : ["msscope1","msscope2"]
169
170
"oauth2" : {
171
"client_id":"myClientID",
0 commit comments