Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
DIVYANSHI-PARASHAR committed Apr 30, 2024
1 parent d3be2ba commit c399783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def test_mediatype_not_supported(self):
self.assertEqual(response.status_code, status.HTTP_415_UNSUPPORTED_MEDIA_TYPE)

def test_activate_customer(self):
"""It should Deactivate a Customer"""
"""It should Activate a Customer"""
test_customer_data = CustomerFactory().serialize()
test_customer_data["active"] = False

Expand Down

0 comments on commit c399783

Please sign in to comment.