mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-18 08:54:49 -05:00
Fix check constraint regression tests.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class CheckConstraintAddTestCase(BaseTestGenerator):
|
||||
"""This class will add check constraint to existing table"""
|
||||
scenarios = [
|
||||
('Add check constraint to table',
|
||||
dict(url='/browser/check_constraints/obj/'))
|
||||
dict(url='/browser/check_constraint/obj/'))
|
||||
]
|
||||
|
||||
def setUp(self):
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ class CheckConstraintDeleteTestCase(BaseTestGenerator):
|
||||
"""This class will delete check constraint to existing table"""
|
||||
scenarios = [
|
||||
('Delete check constraint to table',
|
||||
dict(url='/browser/check_constraints/obj/'))
|
||||
dict(url='/browser/check_constraint/obj/'))
|
||||
]
|
||||
|
||||
def setUp(self):
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ class CheckConstraintGetTestCase(BaseTestGenerator):
|
||||
"""This class will fetch check constraint to existing table"""
|
||||
scenarios = [
|
||||
('Fetch check constraint to table',
|
||||
dict(url='/browser/check_constraints/obj/'))
|
||||
dict(url='/browser/check_constraint/obj/'))
|
||||
]
|
||||
|
||||
def setUp(self):
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ class CheckConstraintPutTestCase(BaseTestGenerator):
|
||||
"""This class will update check constraint to existing table"""
|
||||
scenarios = [
|
||||
('Update check constraint to table',
|
||||
dict(url='/browser/check_constraints/obj/'))
|
||||
dict(url='/browser/check_constraint/obj/'))
|
||||
]
|
||||
|
||||
def setUp(self):
|
||||
|
||||
Reference in New Issue
Block a user