fix(authn): update testcase for resource not running

This commit is contained in:
Shawn 2021-12-31 21:08:07 +08:00
parent 657ecef67b
commit f65eca4c47
1 changed files with 2 additions and 3 deletions

View File

@ -153,9 +153,8 @@ t_destroy(_Config) ->
?GLOBAL), ?GLOBAL),
% Authenticator should not be usable anymore % Authenticator should not be usable anymore
?assertException( ?assertMatch(
error, ignore,
_,
emqx_authn_http:authenticate( emqx_authn_http:authenticate(
Credentials, Credentials,
State)). State)).