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">>],
|
||||
<<"ciphers">> => [<<"ECDHE-RSA-AES256-GCM-SHA384">>]}),
|
||||
fun({ok, _}, Trace) ->
|
||||
?assertEqual(
|
||||
[ok],
|
||||
?assertMatch(
|
||||
[ok | _],
|
||||
?projection(
|
||||
status,
|
||||
?of_kind(emqx_connector_mongo_health_check, Trace)))
|
||||
|
|
Loading…
Reference in New Issue