Skip to content

Commit 0733701

Browse files
authored
Switch server to httpbingo.julialang.org (#201)
We previously found that httpbingo.org had an unreliable network, which is why we set up the julialang version. Not sure why httpbingo.org crept back in.
1 parent 8dc8b78 commit 0733701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ include("setup.jl")
437437
end
438438

439439
@testset "progress" begin
440-
url = "https://httpbingo.org/drip"
440+
url = "$server/drip"
441441
progress = []
442442
dl_funcs = [
443443
download,
@@ -547,8 +547,8 @@ include("setup.jl")
547547

548548
@testset "grace cleanup" begin
549549
dl = Downloader(grace=1)
550-
Downloads.download("https://httpbingo.org/drip"; downloader=dl)
551-
Downloads.download("https://httpbingo.org/drip"; downloader=dl)
550+
Downloads.download("$server/drip"; downloader=dl)
551+
Downloads.download("$server/drip"; downloader=dl)
552552
end
553553

554554
@testset "Input body size" begin

0 commit comments

Comments
 (0)