mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 22:30:19 -04:00
Expose the registered device ID from the register_appservice_user
test helper. (#11615)
This commit is contained in:
parent
3f72c2a322
commit
513913cc6b
5 changed files with 14 additions and 8 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue