Merge "Fix calling super function in setUp method"
This commit is contained in:
@@ -370,7 +370,7 @@ class MigrateServerTestsV234(MigrateServerTestsV230):
|
||||
async = True
|
||||
|
||||
def setUp(self):
|
||||
super(MigrateServerTestsV230, self).setUp()
|
||||
super(MigrateServerTestsV234, self).setUp()
|
||||
self.req.api_version_request = api_version_request.APIVersionRequest(
|
||||
'2.34')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user