Skip to content

Commit 69ef2f2

Browse files
NLB-6875: updated client_id args ok test case
1 parent d9f7571 commit 69ef2f2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

analyze_test.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,6 +2903,15 @@ func TestAnalyze_oidc(t *testing.T) {
29032903
blockCtx{"http", "oidc_provider"},
29042904
true,
29052905
},
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+
},
29062915
}
29072916

29082917
for name, tc := range testcases {

0 commit comments

Comments
 (0)