mirror of
https://github.com/foss42/apidash.git
synced 2025-05-29 12:59:58 +08:00
Update curl_model_test.dart
This commit is contained in:
@ -4,7 +4,7 @@ import 'package:curl_parser/curl_parser.dart';
|
||||
import 'package:test/test.dart';
|
||||
|
||||
void main() {
|
||||
test('should not throw when form data entries are valid key-value pairs', () {
|
||||
test('should not throw when form data entries are provided', () {
|
||||
expect(
|
||||
() => Curl(
|
||||
uri: Uri.parse('https://api.apidash.dev/upload'),
|
||||
|
Reference in New Issue
Block a user