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),
% Authenticator should not be usable anymore
?assertException(
error,
_,
?assertMatch(
ignore,
emqx_authn_http:authenticate(
Credentials,
State)).