Expose the registered device ID from the register_appservice_user test helper. (#11615)

This commit is contained in:
reivilibre 2022-02-02 09:59:55 +00:00 committed by GitHub
parent 3f72c2a322
commit 513913cc6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 8 deletions

View file

@ -89,7 +89,7 @@ class RoomBatchTestCase(unittest.HomeserverTestCase):
self.clock = clock
self.storage = hs.get_storage()
self.virtual_user_id = self.register_appservice_user(
self.virtual_user_id, _ = self.register_appservice_user(
"as_user_potato", self.appservice.token
)