From 4ad25b54e5e94a109580c3c9818c1af6342a5623 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Tue, 12 Oct 2021 12:48:53 -0700 Subject: [PATCH] ECS credentials provider should be fixed now --- test/test_mqtt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_mqtt.py b/test/test_mqtt.py index 576a13ee..ff805437 100644 --- a/test/test_mqtt.py +++ b/test/test_mqtt.py @@ -111,7 +111,6 @@ def test_mtls_from_path(self): self._test_connection(connection) - @unittest.skipIf(os.environ.get('AWS_CONTAINER_CREDENTIALS_RELATIVE_URI'), "ECS credentials provider is currently broken") def test_websockets_default(self): """Websocket connection with default credentials provider""" config = Config.get()