This commit is contained in:
Akshay Joshi
2020-07-01 15:33:51 +05:30
parent 192a446131
commit a881e4e3f8

View File

@@ -184,8 +184,6 @@ class TableAddTestCase(BaseTestGenerator):
if not schema_response:
raise Exception("Could not find the schema to add a table.")
def runTest(self):
""" This function will add table under schema node. """
db_user = self.server["username"]