Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Jul 13, 2023
1 parent 42b70ad commit d632fb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions landingzones/tests/test_views_api_taskflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,8 @@ def setUp(self):

def test_post_validate(self):
"""Test post() for validation"""
self.landing_zone.status = (
ZONE_STATUS_FAILED # Update to check status change
)
# Update to check status change
self.landing_zone.status = ZONE_STATUS_FAILED
self.landing_zone.save()

url = reverse(
Expand Down

0 comments on commit d632fb7

Please sign in to comment.