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 e251944 commit 82133f5Copy full SHA for 82133f5
1 file changed
vlib/net/http/http_test.v
@@ -71,9 +71,7 @@ fn test_https_public_servers() {
71
fn test_relative_redirects() {
72
$if !network ? {
73
return
74
- } $else {
75
- return
76
- } // tempfix periodic: httpbin relative redirects are broken
+ }
77
res := http.get('https://httpbin.org/relative-redirect/3?abc=xyz') or { panic(err) }
78
assert res.status() == .ok
79
assert res.body != ''
0 commit comments