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

tests (unit): fix tests
author Goffi <goffi@goffi.org>
date Fri, 23 Feb 2024 15:42:02 +0100
parents 4b842c1fb686
children
line wrap: on
line diff
--- a/tests/unit/test_plugin_xep_0338.py	Fri Feb 23 13:31:04 2024 +0100
+++ b/tests/unit/test_plugin_xep_0338.py	Fri Feb 23 15:42:02 2024 +0100
@@ -67,6 +67,7 @@
         xep_0338 = XEP_0338(host)
 
         session = {
+            "contents": {"audio": {}},
             "jingle_elt": domish.Element((None, "jingle")),
             "metadata": {"group": {"BUNDLE": ["audio", "video"]}},
         }