Skip to content

Commit

Permalink
fix some code indentation in tests (cosmetic)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Oct 1, 2022
1 parent 07c23f4 commit 7207eaf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ include("setup.jl")
end

@testset "delete default header" begin
headers = [
"Accept" => nothing
"User-Agent" => nothing
]
json = download_json(url, headers = headers)
headers = [
"Accept" => nothing
"User-Agent" => nothing
]
json = download_json(url, headers = headers)
@test !("Accept" in keys(json["headers"]))
@test !("User-Agent" in keys(json["headers"]))
end
Expand Down

0 comments on commit 7207eaf

Please sign in to comment.