diff --git a/autotest/gcore/algorithm.py b/autotest/gcore/algorithm.py index aebc0f634b34..5543729a09ba 100755 --- a/autotest/gcore/algorithm.py +++ b/autotest/gcore/algorithm.py @@ -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()