Flatten tests/rest/client/{v1,v2_alpha} too (#10667)

This commit is contained in:
David Robertson 2021-08-20 17:50:44 +01:00 committed by GitHub
parent f499dc38bc
commit ecd823d766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 6 additions and 18 deletions

View file

@ -252,7 +252,7 @@ class HomeserverTestCase(TestCase):
reactor=self.reactor,
)
from tests.rest.client.v1.utils import RestHelper
from tests.rest.client.utils import RestHelper
self.helper = RestHelper(self.hs, self.site, getattr(self, "user_id", None))