Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Mar 15, 2024
1 parent 4e9d0d5 commit 0a6a119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion account/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_token_expiration(api_client_authenticated, users, profiles):

@pytest.mark.django_db
def test_unauthenticated_cannot_do_anything(api_client, users):
# TODO, add start-poll url after recaptcha integration
urls = [
reverse("account:profiles-detail", args=[users.get(username="test1").id]),
]
Expand Down

0 comments on commit 0a6a119

Please sign in to comment.