fix(authn): update testcase for resource not running
This commit is contained in:
parent
657ecef67b
commit
f65eca4c47
|
@ -153,9 +153,8 @@ t_destroy(_Config) ->
|
|||
?GLOBAL),
|
||||
|
||||
% Authenticator should not be usable anymore
|
||||
?assertException(
|
||||
error,
|
||||
_,
|
||||
?assertMatch(
|
||||
ignore,
|
||||
emqx_authn_http:authenticate(
|
||||
Credentials,
|
||||
State)).
|
||||
|
|
Loading…
Reference in New Issue