fix error namespace for ComponentXMPP
in SlixTest, if mode=="component", restore jabber:client namespace afterwards Fixes #3476 Fixes #3474
This commit is contained in:
@@ -15,8 +15,6 @@ class TestStatelessFileSharing(SlixTest):
|
||||
mode="component", jid="whatevs.shakespeare.lit", plugins={"xep_0447"}
|
||||
)
|
||||
|
||||
def tearDown(self):
|
||||
self.stream_close()
|
||||
|
||||
def test_set_file(self):
|
||||
with NamedTemporaryFile("wb+") as f:
|
||||
|
||||
Reference in New Issue
Block a user