From a156b7514ebc1d2988bfff9402e9f0dbe527497b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 24 Mar 2020 22:59:52 +0100 Subject: Remove raw_names_command e2e test --- tests/end_to_end/scenarios/raw_names_command.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/end_to_end/scenarios/raw_names_command.py (limited to 'tests') diff --git a/tests/end_to_end/scenarios/raw_names_command.py b/tests/end_to_end/scenarios/raw_names_command.py deleted file mode 100644 index 09b47be..0000000 --- a/tests/end_to_end/scenarios/raw_names_command.py +++ /dev/null @@ -1,13 +0,0 @@ -from functions import send_stanza, expect_stanza - -import scenarios.simple_channel_join - -join_channel = scenarios.simple_channel_join.scenario - -scenario = ( - join_channel, - - send_stanza("NAMES"), - expect_stanza("/message/body[text()='irc.localhost: = #foo @{nick_one} ']"), - expect_stanza("/message/body[text()='irc.localhost: * End of /NAMES list. ']"), -) -- cgit v1.2.3