diff --git a/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py b/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py index d248323e5f58..545819dff7eb 100644 --- a/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py +++ b/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py @@ -161,7 +161,7 @@ def testOgrInfo(self): alg.getConsoleCommands({'INPUT': source, 'ALL_LAYERS': True, 'SUMMARY_ONLY': True, - 'EXTRA': '-nocount' + 'EXTRA': '-nocount', 'NO_METADATA': False}, context, feedback), ['ogrinfo', '-al -so -nocount ' + @@ -242,7 +242,7 @@ def testOgrInfoJson(self): alg.getConsoleCommands({'INPUT': source, 'ALL_LAYERS': True, 'FEATURES': True, - 'EXTRA': '-nocount' + 'EXTRA': '-nocount', 'NO_METADATA': False}, context, feedback), ['ogrinfo', '-json -features -nocount ' +