Skip to content

Commit 02c5d82

Browse files
committed
fix tests
1 parent 8dd4cca commit 02c5d82

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/std/net/http_client_test.ds

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,6 @@ fn test_get_to_file
2020
assert ${response_size}
2121
end
2222

23-
fn test_post
24-
os = os_family
25-
is_linux = equals ${os} linux
26-
if ${is_linux}
27-
payload = set {\"login\":\"login\",\"password\":\"password\"}
28-
response = http_client --method POST --payload ${payload} https://postman-echo.com/post
29-
30-
found = contains ${response} password
31-
32-
assert ${found}
33-
end
34-
end
35-
3623
fn test_invalid_url
3724
error = get_last_error
3825
empty = is_empty ${error}

0 commit comments

Comments
 (0)