From c51a68827065461676d32583f13ae6c52c87e572 Mon Sep 17 00:00:00 2001 From: Andrea Giudiceandrea Date: Wed, 3 Jul 2024 20:03:06 +0200 Subject: [PATCH] Update python/plugins/processing/tests/GdalAlgorithmsVectorTest.py --- python/plugins/processing/tests/GdalAlgorithmsVectorTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py b/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py index 545819dff7eb..abebefb4c3f9 100644 --- a/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py +++ b/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py @@ -253,7 +253,7 @@ def testOgrInfoJson(self): alg.getConsoleCommands({'INPUT': source, 'FEATURES': True, 'NO_METADATA': False}, context, feedback), - ['ogrinfojson', + ['ogrinfo', '-json -features "' + source + '" filename_with_spaces'])