Skip to content

Commit

Permalink
Merge pull request #3230 from esl/mu-mam-helper-serv-users-filtering
Browse files Browse the repository at this point in the history
Filter out only used users in mam_helper:serv_users/1
  • Loading branch information
vkatsuba committed Aug 26, 2021
2 parents 413e706 + 0bcc208 commit cda4a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions big_tests/tests/mam_helper.erl
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,8 @@ clean_room_archive(Config) ->
Config.

serv_users(Config) ->
[serv_user(Config, UserSpec)
|| {_, UserSpec} <- escalus_users:get_users(all)].
Users = ?config(escalus_users, Config),
[serv_user(Config, UserSpec) || {_Tag, UserSpec} <- Users].

serv_user(Config, UserSpec) ->
[Username, Server, _Pass] = escalus_users:get_usp(Config, UserSpec),
Expand Down

0 comments on commit cda4a60

Please sign in to comment.