Change target for runtime::http::tests::verify_request

This commit is contained in:
kpcyrd 2023-09-08 18:21:21 +02:00
parent ea94650802
commit 64d59c6eca
1 changed files with 1 additions and 1 deletions

View File

@ -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)