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 02c5d82 commit 644ed7fCopy full SHA for 644ed7f
test/std/net/wget_test.ds
@@ -19,12 +19,3 @@ fn test_get_to_file
19
assert ${found}
20
assert ${response_size}
21
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