Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Feb 21, 2025
1 parent d22b9c4 commit e01020e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jsondb/test_jsonfiledb.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ def test_get_uri_with_underscore_region(tmp_path, mocker):

assert (
db.list_all()[0]
== "/v0/hm_ts/project/experiment?region=some_region&network=some-network&obsvar=obsvar&layer=layer&version=0.25.0"
== "/v0/hm_ts/project/experiment?region=some%2region&network=some-network&obsvar=obsvar&layer=layer&version=0.25.0"
)

0 comments on commit e01020e

Please sign in to comment.