test(bridge-s3): adapt testcase to different CI environment
This commit is contained in:
parent
0eedab3d76
commit
da214be5a1
|
@ -145,7 +145,7 @@ t_create_unavailable_credentials(Config) ->
|
||||||
{ok,
|
{ok,
|
||||||
{{_HTTP, 201, _}, _, #{
|
{{_HTTP, 201, _}, _, #{
|
||||||
<<"status_reason">> :=
|
<<"status_reason">> :=
|
||||||
<<"Unable to obtain AWS credentials: Socket error:", _/bytes>>
|
<<"Unable to obtain AWS credentials:", _/bytes>>
|
||||||
}}},
|
}}},
|
||||||
emqx_bridge_v2_testlib:create_connector_api(ConnectorName, ConnectorType, ConnectorConfig)
|
emqx_bridge_v2_testlib:create_connector_api(ConnectorName, ConnectorType, ConnectorConfig)
|
||||||
).
|
).
|
||||||
|
|
Loading…
Reference in New Issue