Skip to content

Commit 0dbe54d

Browse files
committed
fix: baseJson missing parameter
1 parent c865138 commit 0dbe54d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/devtools_app/test/shared/http/http_request_data_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ void main() {
3030
'isRedirect': false,
3131
'persistentConnection': true,
3232
'reasonPhrase': 'OK',
33+
'redirects': <Map<String, dynamic>>[],
3334
'statusCode': 200,
3435
'startTime': DateTime.now().microsecondsSinceEpoch,
3536
},

0 commit comments

Comments
 (0)