Skip to content

Commit 644ed7f

Browse files
committed
fix tests
1 parent 02c5d82 commit 644ed7f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/std/net/wget_test.ds

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,3 @@ fn test_get_to_file
1919
assert ${found}
2020
assert ${response_size}
2121
end
22-
23-
fn test_post
24-
payload = set {\"login\":\"login\",\"password\":\"password\"}
25-
response = wget --method=HTTP-POST --post-data=${payload} https://postman-echo.com/post
26-
27-
found = contains ${response} password
28-
29-
assert ${found}
30-
end

0 commit comments

Comments
 (0)