Skip to content

Commit 52546db

Browse files
committed
[processing] fixed saga test
1 parent 40134d6 commit 52546db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/tests/SagaAlgorithmsTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_non_ascii_output(self):
117117
alg = QgsApplication.processingRegistry().createAlgorithmById('saga:fixeddistancebuffer')
118118
self.assertIsNotNone(alg)
119119

120-
temp_file = os.path.join(self.temp_dir, 'non_ascii_ñññ.gpkg')
120+
temp_file = os.path.join(self.temp_dir, 'non_ascii_ñññ.shp')
121121
parameters = {'SHAPES': 'testmem',
122122
'DIST_FIELD_DEFAULT': 5,
123123
'NZONES': 1,

0 commit comments

Comments
 (0)