diff --git a/tests/test_routes.py b/tests/test_routes.py index 049f201..31d6785 100644 --- a/tests/test_routes.py +++ b/tests/test_routes.py @@ -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