From 432a3326362775b171ceb3466cb7fb28312e4798 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 8 Mar 2021 21:06:43 +0100 Subject: tests: Fix XEP-0060 tests for the new 0004 change regarding type attribute --- tests/test_stanza_xep_0060.py | 2 +- tests/test_stream_xep_0060.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test_stanza_xep_0060.py b/tests/test_stanza_xep_0060.py index d05bc3d0..671f9cd0 100644 --- a/tests/test_stanza_xep_0060.py +++ b/tests/test_stanza_xep_0060.py @@ -314,7 +314,7 @@ class TestPubsubStanzas(SlixTest): - + http://jabber.org/protocol/pubsub#node_config diff --git a/tests/test_stream_xep_0060.py b/tests/test_stream_xep_0060.py index da543f96..a5fd0bdc 100644 --- a/tests/test_stream_xep_0060.py +++ b/tests/test_stream_xep_0060.py @@ -72,7 +72,7 @@ class TestStreamPubsub(SlixTest): whitelist - + http://jabber.org/protocol/pubsub#node_config @@ -210,7 +210,7 @@ class TestStreamPubsub(SlixTest): - + http://jabber.org/protocol/pubsub#subscribe_options @@ -358,7 +358,7 @@ class TestStreamPubsub(SlixTest): - + http://jabber.org/protocol/pubsub#node_config @@ -441,7 +441,7 @@ class TestStreamPubsub(SlixTest): - + http://jabber.org/protocol/pubsub#publish-options @@ -622,7 +622,7 @@ class TestStreamPubsub(SlixTest): - + http://jabber.org/protocol/pubsub#subscribe_options -- cgit v1.2.3