diff --git a/tests/test_ims.py b/tests/test_ims.py index b2e2d95..9d928d4 100644 --- a/tests/test_ims.py +++ b/tests/test_ims.py @@ -144,6 +144,6 @@ def test_im_counters(logged_rocket, recipient_user): im_counters = logged_rocket.im_counters( room_id=im_create.get("room").get("_id"), - user_name=logged_rocket.me().json().get("_id") + user_name=logged_rocket.me().json().get("_id"), ).json() assert im_counters.get("success")