mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
test: add comprehensive tests for oauth fields
This commit is contained in:
@@ -390,7 +390,9 @@ const httpRequestModelGet4Json = <String, dynamic>{
|
||||
'bearer': null,
|
||||
'basic': null,
|
||||
'jwt': null,
|
||||
'digest': null
|
||||
'digest': null,
|
||||
'oauth1': null,
|
||||
'oauth2': null
|
||||
},
|
||||
"isHeaderEnabledList": null,
|
||||
"isParamEnabledList": null,
|
||||
@@ -417,7 +419,9 @@ const httpRequestModelPost10Json = <String, dynamic>{
|
||||
'bearer': null,
|
||||
'basic': null,
|
||||
'jwt': null,
|
||||
'digest': null
|
||||
'digest': null,
|
||||
'oauth1': null,
|
||||
'oauth2': null
|
||||
},
|
||||
'isHeaderEnabledList': [false, true],
|
||||
'isParamEnabledList': null,
|
||||
|
||||
Reference in New Issue
Block a user