Skip to content

Commit

Permalink
fix: fix request model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanish2002 committed Mar 24, 2024
1 parent 0ca5174 commit bfd6dd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/models/request_model_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ void main() {
"requestBody": '''{
"text":"WORLD"
}''',
'requestFile': null,
'requestFormDataList': null,
'responseStatus': null,
'message': null,
Expand Down Expand Up @@ -148,7 +149,8 @@ void main() {
"Enabled Params: null",
"Request Body Content Type: ContentType.json",
'Request Body: {\n"text":"WORLD"\n}',
'Request FormData: null',
'Request File: null\n'
'Request FormData: null',
"Response Status: null",
"Response Message: null",
"Response: null"
Expand Down

0 comments on commit bfd6dd0

Please sign in to comment.