diff --git a/app/recipe/tests/test_recipe_api.py b/app/recipe/tests/test_recipe_api.py index f76dce3..9492f78 100644 --- a/app/recipe/tests/test_recipe_api.py +++ b/app/recipe/tests/test_recipe_api.py @@ -64,7 +64,7 @@ def test_auth_required(self): class PrivateRecipeApiTests(TestCase): - """Test unauthenticated recipe API access""" + """Test authenticated recipe API access""" def setUp(self): self.client = APIClient()