From 5cfefbf3918485d459fdec3f3862c068fc8b2d03 Mon Sep 17 00:00:00 2001 From: Ido Shraga Date: Thu, 25 Apr 2024 12:02:55 +0300 Subject: [PATCH] testers --- tests/test_dynamodb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_dynamodb.py b/tests/test_dynamodb.py index f75d9140..4f884b1d 100644 --- a/tests/test_dynamodb.py +++ b/tests/test_dynamodb.py @@ -63,7 +63,6 @@ def test_dynamodb_with_existing_table(self, app_utils): Setting the SESSION_DYNAMODB_TABLE_EXISTS to True for an existing table shouldn't change anything. """ - pytest.skip("This test is not working") with self.setup_dynamodb(): app = app_utils.create_app( {