mirror of
https://github.com/foss42/apidash.git
synced 2025-07-08 10:16:43 +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';
|
import 'package:test/test.dart';
|
||||||
|
|
||||||
void main() {
|
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(
|
expect(
|
||||||
() => Curl(
|
() => Curl(
|
||||||
uri: Uri.parse('https://api.apidash.dev/upload'),
|
uri: Uri.parse('https://api.apidash.dev/upload'),
|
||||||
|
Reference in New Issue
Block a user