Skip to content

Commit

Permalink
autotest/gcore/algorithm.py: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 12, 2024
1 parent 08fb6be commit ac7574e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/gcore/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_algorithm(tmp_path):
assert alg.GetName() == "raster"
assert alg.GetDescription() == "Raster commands."
assert alg.GetLongDescription() == ""
assert alg.GetHelpFullURL() == ""
assert alg.GetHelpFullURL() == "https://gdal.org/programs/gdal_raster.html"

assert alg.HasSubAlgorithms()

Expand Down

0 comments on commit ac7574e

Please sign in to comment.