mirror of
https://github.com/foss42/apidash.git
synced 2025-07-02 22:16:44 +08:00
Update tests
This commit is contained in:
@ -58,6 +58,8 @@ final Map<String, dynamic> historyRequestModelJson1 = {
|
||||
"metaData": historyMetaModelJson1,
|
||||
"httpRequestModel": httpRequestModelGet4Json,
|
||||
"httpResponseModel": responseModelJson,
|
||||
'preRequestScript': null,
|
||||
'postRequestScript': null
|
||||
};
|
||||
|
||||
final Map<String, dynamic> historyMetaModelJson2 = {
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user