test(authn): mongo health check more than once
This commit is contained in:
parent
2a1fba97da
commit
0e5105db6e
|
@ -78,8 +78,8 @@ t_create(_Config) ->
|
||||||
<<"versions">> => [<<"tlsv1.2">>],
|
<<"versions">> => [<<"tlsv1.2">>],
|
||||||
<<"ciphers">> => [<<"ECDHE-RSA-AES256-GCM-SHA384">>]}),
|
<<"ciphers">> => [<<"ECDHE-RSA-AES256-GCM-SHA384">>]}),
|
||||||
fun({ok, _}, Trace) ->
|
fun({ok, _}, Trace) ->
|
||||||
?assertEqual(
|
?assertMatch(
|
||||||
[ok],
|
[ok | _],
|
||||||
?projection(
|
?projection(
|
||||||
status,
|
status,
|
||||||
?of_kind(emqx_connector_mongo_health_check, Trace)))
|
?of_kind(emqx_connector_mongo_health_check, Trace)))
|
||||||
|
|
Loading…
Reference in New Issue