mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-16 11:42:19 -06:00
Fixed failure in 'SchemaDiffTestCase'
This commit is contained in:
parent
828235dd9b
commit
9470c68c18
@ -25,7 +25,7 @@ class SchemaDiffTestCase(BaseTestGenerator):
|
||||
scenarios = [
|
||||
# Fetching default URL for database node.
|
||||
('Schema diff comparison', dict(
|
||||
url='schema_diff/compare_database/{0}/{1}/{2}/{3}/{4}'))
|
||||
url='schema_diff/compare_database/{0}/{1}/{2}/{3}/{4}/0/0'))
|
||||
]
|
||||
|
||||
def setUp(self):
|
||||
|
Loading…
Reference in New Issue
Block a user