Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 22, 2025
1 parent d63458e commit 4e87e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -3577,7 +3577,7 @@ def testEncodeDecodeUri(self):
"checkPrimaryKeyUnicity": "1",
}
),
"dbname='qgis_tests' user='myuser' srid=3763 estimatedmetadata='true' host='localhost' key='id' port='5432' sslmode='disable' type='MultiPolygon' checkPrimaryKeyUnicity='1' table=\"public\".\"copas1\" (geom)",
"dbname='qgis_tests' user='myuser' srid=3763 checkPrimaryKeyUnicity='1' estimatedmetadata='true' host='localhost' key='id' port='5432' sslmode='disable' type='MultiPolygon' table=\"public\".\"copas1\" (geom)",
)

self.assertEqual(
Expand Down

0 comments on commit 4e87e03

Please sign in to comment.