mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Followup f4d08eb9, update expected test result
This commit is contained in:
parent
ad4ddb186a
commit
db1dad5800
@ -79,7 +79,7 @@ class TestDBManagerPostgisPlugin(unittest.TestCase):
|
||||
if tab.type == Table.RasterType:
|
||||
raster_tables_count += 1
|
||||
gdalUri = tab.gdalUri()
|
||||
m = re.search(' dbname=([^ ]*) ', gdalUri)
|
||||
m = re.search(' dbname=\'([^ ]*)\' ', gdalUri)
|
||||
self.assertTrue(m)
|
||||
actual_dbname = m.group(1)
|
||||
self.assertEqual(actual_dbname, expected_dbname)
|
||||
|
Loading…
x
Reference in New Issue
Block a user