Explorar el Código

test(bridge-s3): adapt testcase to different CI environment

Andrew Mayorov hace 1 año
padre
commit
da214be5a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/emqx_bridge_s3/test/emqx_bridge_s3_SUITE.erl

+ 1 - 1
apps/emqx_bridge_s3/test/emqx_bridge_s3_SUITE.erl

@@ -145,7 +145,7 @@ t_create_unavailable_credentials(Config) ->
         {ok,
             {{_HTTP, 201, _}, _, #{
                 <<"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)
     ).