From 6bc20b6df26d70f2c4477acf79e0ed5b73da07cb Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Tue, 7 May 2024 15:40:56 +0100 Subject: [PATCH] update test --- api/tests/unit/projects/test_unit_projects_models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/tests/unit/projects/test_unit_projects_models.py b/api/tests/unit/projects/test_unit_projects_models.py index c2280bb3e813..a377fa4bae10 100644 --- a/api/tests/unit/projects/test_unit_projects_models.py +++ b/api/tests/unit/projects/test_unit_projects_models.py @@ -144,6 +144,7 @@ def test_environments_are_updated_in_dynamodb_when_project_id_updated( (EdgeV2MigrationStatus.NOT_STARTED, False), (EdgeV2MigrationStatus.IN_PROGRESS, False), (EdgeV2MigrationStatus.COMPLETE, True), + (EdgeV2MigrationStatus.INCOMPLETE, False), ), ) def test_show_edge_identity_overrides_for_feature(