Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed May 7, 2024
1 parent 66a64b0 commit 6bc20b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/tests/unit/projects/test_unit_projects_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6bc20b6

Please sign in to comment.