test: add comprehensive tests for oauth fields

This commit is contained in:
Udhay-Adithya
2025-08-07 00:55:41 +05:30
parent 6914bcdc9c
commit a10d44ee90
4 changed files with 1987 additions and 2 deletions

View File

@@ -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,