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{
2324
2324
Args : []string {"my_idp" },
2325
2325
Block : Directives {
2326
2326
{
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 {},
2332
2331
},
2333
2332
{
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 {},
2339
2337
},
2340
2338
{
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 {},
2346
2343
},
2347
2344
},
2348
2345
},
You can’t perform that action at this time.
0 commit comments