mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 21:52:36 -04:00
Add more granular event send metrics
This commit is contained in:
parent
3033261891
commit
3e5a62ecd8
7 changed files with 32 additions and 5 deletions
|
@ -50,7 +50,7 @@ class EventsStoreTestCase(unittest.TestCase):
|
|||
# Create something to report
|
||||
room = RoomID.from_string("!abc123:test")
|
||||
user = UserID.from_string("@raccoonlover:test")
|
||||
yield self.event_injector.create_room(room)
|
||||
yield self.event_injector.create_room(room, user)
|
||||
|
||||
self.base_event = yield self._get_last_stream_token()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue