File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -2324,25 +2324,22 @@ var parseFixtures = []parseFixture{
23242324 Args : []string {"my_idp" },
23252325 Block : Directives {
23262326 {
2327- Directive : "issuer" ,
2328- Args : []string {"https://provider.domain" },
2329- Line : 3 ,
2330- Block : Directives {},
2331- IsMapBlockParameter : true ,
2327+ Directive : "issuer" ,
2328+ Args : []string {"https://provider.domain" },
2329+ Line : 3 ,
2330+ Block : Directives {},
23322331 },
23332332 {
2334- Directive : "client_id" ,
2335- Args : []string {"unique_id" },
2336- Line : 4 ,
2337- Block : Directives {},
2338- IsMapBlockParameter : true ,
2333+ Directive : "client_id" ,
2334+ Args : []string {"unique_id" },
2335+ Line : 4 ,
2336+ Block : Directives {},
23392337 },
23402338 {
2341- Directive : "client_secret" ,
2342- Args : []string {"unique_secret" },
2343- Line : 5 ,
2344- Block : Directives {},
2345- IsMapBlockParameter : true ,
2339+ Directive : "client_secret" ,
2340+ Args : []string {"unique_secret" },
2341+ Line : 5 ,
2342+ Block : Directives {},
23462343 },
23472344 },
23482345 },
You can’t perform that action at this time.
0 commit comments