Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Assert 200 response!
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Oct 1, 2021
1 parent 667ec6e commit c8bb561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ def register_appservice_user(
},
access_token=appservice_token,
)
self.assertEqual(channel.code, 200, channel.json_body)
return channel.json_body["user_id"]

def login(
Expand Down

0 comments on commit c8bb561

Please sign in to comment.