diff options
author | louiz’ <louiz@louiz.org> | 2020-03-24 22:16:07 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2020-05-05 21:10:46 +0200 |
commit | 81fb7389ae61c000630ddce505cffca2c2ec8b3a (patch) | |
tree | ed42b41d0a6aa7cdfea1fc63d5e40172ef8930f9 /tests/end_to_end/scenarios | |
parent | eb976918f95316c7d07b52f77430604a431c4814 (diff) | |
download | biboumi-81fb7389ae61c000630ddce505cffca2c2ec8b3a.tar.gz biboumi-81fb7389ae61c000630ddce505cffca2c2ec8b3a.tar.bz2 biboumi-81fb7389ae61c000630ddce505cffca2c2ec8b3a.tar.xz biboumi-81fb7389ae61c000630ddce505cffca2c2ec8b3a.zip |
Start oragono instead of charybdis
Diffstat (limited to 'tests/end_to_end/scenarios')
-rw-r--r-- | tests/end_to_end/scenarios/self_invite.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/end_to_end/scenarios/self_invite.py b/tests/end_to_end/scenarios/self_invite.py deleted file mode 100644 index 7959b3a..0000000 --- a/tests/end_to_end/scenarios/self_invite.py +++ /dev/null @@ -1,7 +0,0 @@ -from scenarios import * - -scenario = ( - scenarios.simple_channel_join.scenario, - send_stanza("<message from='{jid_one}/{resource_one}' to='#foo%{irc_server_one}'><x xmlns='http://jabber.org/protocol/muc#user'><invite to='{nick_one}'/></x></message>"), - expect_stanza("/message/body[text()='{nick_one} is already on channel #foo']") -) |