Update tests

This commit is contained in:
Ankit Mahato
2025-06-29 01:24:03 +05:30
parent 2f38aae850
commit 69b9ad0895
2 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,8 @@ final Map<String, dynamic> historyRequestModelJson1 = {
"metaData": historyMetaModelJson1,
"httpRequestModel": httpRequestModelGet4Json,
"httpResponseModel": responseModelJson,
'preRequestScript': null,
'postRequestScript': null
};
final Map<String, dynamic> historyMetaModelJson2 = {

View File

@ -217,6 +217,8 @@ Map<String, dynamic> requestModelJson = {
'responseStatus': 200,
'message': null,
'httpResponseModel': responseModelJson,
'preRequestScript': null,
'postRequestScript': null
};
/// Basic GET request model for apidash.dev