We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd4cca commit 02c5d82Copy full SHA for 02c5d82
test/std/net/http_client_test.ds
@@ -20,19 +20,6 @@ fn test_get_to_file
20
assert ${response_size}
21
end
22
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
36
fn test_invalid_url
37
error = get_last_error
38
empty = is_empty ${error}
0 commit comments