diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/src/rabbit_tests.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/rabbit_tests.erl b/test/src/rabbit_tests.erl index a96a9d8f39..d4072c62c4 100644 --- a/test/src/rabbit_tests.erl +++ b/test/src/rabbit_tests.erl @@ -1016,9 +1016,9 @@ test_user_management() -> TestTags([]), %% user authentication - ok = control_action(auth_user, ["foo", "baz"]), + ok = control_action(authenticate_user, ["foo", "baz"]), {refused, _User, _Format, _Params} = - control_action(auth_user, ["foo", "bar"]), + control_action(authenticate_user, ["foo", "bar"]), %% vhost creation ok = control_action(add_vhost, ["/testhost"]), |
