diff tests/unit/test_plugin_xep_0176.py @ 4213:716dd791be46

tests (unit): fix tests
author Goffi <goffi@goffi.org>
date Fri, 23 Feb 2024 15:42:02 +0100
parents 4b842c1fb686
children 0fbe5c605eb6
line wrap: on
line diff
--- a/tests/unit/test_plugin_xep_0176.py	Fri Feb 23 13:31:04 2024 +0100
+++ b/tests/unit/test_plugin_xep_0176.py	Fri Feb 23 15:42:02 2024 +0100
@@ -36,6 +36,7 @@
     def create_mock_session(self, content_name):
         return {
             "id": "test-session-id",
+            "state": XEP_0166.STATE_ACTIVE,
             "contents": {
                 content_name: {
                     "application_data": {"media": "audio"},