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),
|
?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)).
|
||||||
|
|
Loading…
Reference in New Issue