File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,14 @@ class sqliteDB(LocalControllerLauncher):
109109
110110
111111class TestLabelMongoDB (TaskLabelTest , TestCase ):
112-
113112 def get_controller_launcher (self ):
114113 class mongoDB (LocalControllerLauncher ):
115- database = "mongodb-label-test" # use this database label for testing
116- controller_args = ["--mongodb" , f"--MongoDB.database={ database } " ]
114+ database = "mongodb-label-test" # use this database label for testing
115+ controller_args = ["--mongodb" , f"--MongoDB.database={ database } " ]
117116
118117 try :
119118 from pymongo import MongoClient
119+
120120 c = MongoClient (serverSelectionTimeoutMS = 2000 )
121121 servinfo = c .server_info () # checks if mongo server is reachable using the default connection parameter
122122
You can’t perform that action at this time.
0 commit comments