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 8d76342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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,6 +149,7 @@ void main() {
"Enabled Params: null",
"Request Body Content Type: ContentType.json",
'Request Body: {\n"text":"WORLD"\n}',
'Request File: null',
'Request FormData: null',
"Response Status: null",
"Response Message: null",
Expand Down

0 comments on commit 8d76342

Please sign in to comment.