Skip to content

Commit

Permalink
Clean also urn:xmpp:bookmarks:1 after mod_private tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Sep 27, 2023
1 parent 765770a commit d55955f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/private_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d55955f

Please sign in to comment.