diff --git a/src/runtime/http.rs b/src/runtime/http.rs index da33afc..bc013f9 100644 --- a/src/runtime/http.rs +++ b/src/runtime/http.rs @@ -97,7 +97,7 @@ mod tests { let script = Script::load_unchecked(r#" function run() session = http_mksession() - req = http_request(session, "GET", "https://httpbin.org/anything", {}) + req = http_request(session, "GET", "https://github.com", {}) x = http_send(req) if last_err() then return end print(x)