Skip to content

Commit b2702ba

Browse files
authored
httpbingo.julialang.org for HTTP test (#471)
1 parent d802426 commit b2702ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interpret.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ end
232232
# Issue #354
233233
using HTTP
234234
headers = Dict("User-Agent" => "Debugger.jl")
235-
@test @interpret(HTTP.request("GET", "https://api.github.com/", headers)) isa HTTP.Messages.Response
235+
@test @interpret(HTTP.request("GET", "https://httpbingo.julialang.org", headers)) isa HTTP.Messages.Response
236236

237237
# "correct" line numbers
238238
defline = @__LINE__() + 1

0 commit comments

Comments
 (0)