Skip to content

Commit

Permalink
Update autotest/utilities/test_gdal_translate_lib.py
Browse files Browse the repository at this point in the history
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
  • Loading branch information
mdsumner and rouault authored Dec 13, 2023
1 parent 603b7e9 commit 4ecefe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/utilities/test_gdal_translate_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ def test_gdal_translate_dmo_option():
)
md = ds.GetMetadata("domain_2")
assert "key2" in md, "Did not get key2"

assert md["key2"] == "value2"
ds = None


Expand Down

0 comments on commit 4ecefe3

Please sign in to comment.