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

tests (unit): fix tests
author Goffi <goffi@goffi.org>
date Fri, 23 Feb 2024 15:42:02 +0100
parents 4b842c1fb686
children f1d0cde61af7
line wrap: on
line diff
--- a/tests/unit/test_plugin_xep_0167.py	Fri Feb 23 13:31:04 2024 +0100
+++ b/tests/unit/test_plugin_xep_0167.py	Fri Feb 23 15:42:02 2024 +0100
@@ -94,11 +94,12 @@
             f"o={base64.b64encode('toto@example.org/test'.encode()).decode()} 1 1 IN IP4 0.0.0.0\r\n"
             "s=-\r\n"
             "t=0 0\r\n"
-            "a=sendrecv\r\n"
             "a=msid-semantic:WMS *\r\n"
-            "m=audio 9999 UDP/TLS/RTP/SAVPF 96\r\n"
+            "a=ice-options:trickle\r\n"
+            "m=audio 9 UDP/TLS/RTP/SAVPF 96\r\n"
             "c=IN IP4 0.0.0.0\r\n"
             "a=mid:audio\r\n"
+            "a=sendrecv\r\n"
             "a=rtpmap:96 opus/48000\r\n"
             "a=fmtp:96 sprop-stereo=1\r\n"
             "a=ice-ufrag:ufrag\r\n"