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 d9f7571 commit 69ef2f2Copy full SHA for 69ef2f2
analyze_test.go
@@ -2903,6 +2903,15 @@ func TestAnalyze_oidc(t *testing.T) {
2903
blockCtx{"http", "oidc_provider"},
2904
true,
2905
},
2906
+ "client_id args ok": {
2907
+ &Directive{
2908
+ Directive: "client_id",
2909
+ Args: []string{"unique_id"},
2910
+ Line: 5,
2911
+ },
2912
+ blockCtx{"http", "oidc_provider"},
2913
+ false,
2914
2915
}
2916
2917
for name, tc := range testcases {
0 commit comments