mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Clean also urn:xmpp:bookmarks:1 after mod_private tests
This commit is contained in:
parent
765770aaa5
commit
d55955f7d8
@ -95,7 +95,11 @@ test_published(Config) ->
|
||||
#iq{type = result, sub_els = []} =
|
||||
send_recv(Config,
|
||||
#iq{type = set,
|
||||
sub_els = [#pubsub_owner{delete = {Node, <<>>}}]});
|
||||
sub_els = [#pubsub_owner{delete = {Node, <<>>}}]}),
|
||||
#iq{type = result, sub_els = []} =
|
||||
send_recv(Config,
|
||||
#iq{type = set,
|
||||
sub_els = [#pubsub_owner{delete = {?NS_PEP_BOOKMARKS, <<>>}}]});
|
||||
false ->
|
||||
ok
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user