Skip to content

Commit

Permalink
Change target for runtime::http::tests::verify_request
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Sep 8, 2023
1 parent ea94650 commit 64d59c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 64d59c6

Please sign in to comment.