summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2019-09-17 10:41:27 +0200
committerBadlop <badlop@process-one.net>2019-09-17 12:31:14 +0200
commitfd4c5edc23545783a1f6291d576e1e7759a94cc1 (patch)
treec0a2863ed5abdf6dd4cd25abfd93afd9f11485c8 /test
parentREADME.md: Clean up wording (diff)
Apply default role after revoking admin affiliation (#3023)
Diffstat (limited to 'test')
-rw-r--r--test/muc_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/muc_tests.erl b/test/muc_tests.erl
index 1d586431..ef57e9a7 100644
--- a/test/muc_tests.erl
+++ b/test/muc_tests.erl
@@ -784,7 +784,7 @@ change_affiliation_master(Config) ->
#muc_item{affiliation = Aff} ->
ok
end
- end, [{member, participant, available}, {none, participant, available},
+ end, [{member, participant, available}, {none, visitor, available},
{admin, moderator, available}, {owner, moderator, available},
{outcast, none, unavailable}]),
ok = leave(Config),