Skip to content

Commit

Permalink
test error for non-existant rc keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed May 28, 2024
1 parent 4355ba2 commit 8778d8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_lowlevel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@ if NCDatasets.netcdf_version() > v"4.9.0"
NCDatasets.nc_rc_set("HTTP.SSL.VALIDATE","1")
@test NCDatasets.nc_rc_get("HTTP.SSL.VALIDATE") == "1"
end

@test_throws ErrorException NCDatasets.nc_rc_get("does_not_exists")

0 comments on commit 8778d8c

Please sign in to comment.