Skip to content
Snippets Groups Projects
Commit 097ca27e authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-801: Removed obsolete log_queries parameter.

parent 47dd265f
No related branches found
No related tags found
2 merge requests!40Merge Lofar release 4 0 into master,!35SW-801: Resolve SW-801
......@@ -70,7 +70,7 @@ class RADBCommonTest(unittest.TestCase):
port = database_credentials.port)
# set up radb python module
self.radb = RADatabase(database_credentials, log_queries = True)
self.radb = RADatabase(database_credentials)
self.radb.connect()
logger.info('...finished setting up test RA database')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment