diff options
author | louiz’ <louiz@louiz.org> | 2016-04-22 15:06:45 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-04-22 15:06:45 +0200 |
commit | b98402c972e1d27656af2303754d233a23868fa5 (patch) | |
tree | 9b0bbdf2f208c953aad08f64133d0435294edf25 | |
parent | 254249dd7848020fea48dab5dd3405ae56c85b57 (diff) | |
download | biboumi-b98402c972e1d27656af2303754d233a23868fa5.tar.gz biboumi-b98402c972e1d27656af2303754d233a23868fa5.tar.bz2 biboumi-b98402c972e1d27656af2303754d233a23868fa5.tar.xz biboumi-b98402c972e1d27656af2303754d233a23868fa5.zip |
Remove a forgotten comment
[ci skip]
-rw-r--r-- | tests/end_to_end/__main__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/end_to_end/__main__.py b/tests/end_to_end/__main__.py index 4c07661..3b2e9ee 100644 --- a/tests/end_to_end/__main__.py +++ b/tests/end_to_end/__main__.py @@ -396,7 +396,6 @@ if __name__ == '__main__': "/presence/muc_user:x/muc_user:status[@code='110']") ), partial(expect_stanza, "/message[@from='%{irc_server_one}'][@type='groupchat']/subject[re:test(text(), '^This is a virtual channel.*$')]"), - # partial(expect_stanza, "/message[@from='#foo%{irc_server_one}'][@type='groupchat']/subject[not(text())]"), connection_end_sequence("irc.localhost", '{jid_one}/{resource_one}'), ]), Scenario("channel_join_with_two_users", |