diff --git a/tests/unit/profiles/test_urls.py b/tests/unit/profiles/test_urls.py index e3a3974..6cf49bc 100644 --- a/tests/unit/profiles/test_urls.py +++ b/tests/unit/profiles/test_urls.py @@ -19,3 +19,4 @@ def test_should_get_200_on_profile_detail(sample_profile): url = reverse('profile', kwargs={'username': "TestUser"}) response = c.get(url) assert response.status_code == 200 +