Skip to content

Commit

Permalink
Re-deploy due to a new foodgram docker config file following their Uk…
Browse files Browse the repository at this point in the history
…r stance.
  • Loading branch information
kirkoov committed May 31, 2024
1 parent 4fb1818 commit a449559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/users/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_user_sign_up_400(api_client, get_standard_user_data):
# assert response.status_code == status.HTTP_404_NOT_FOUND


# @pytest.mark.django_db
# @pytest.mark.django_db # test comment
# def test_get_user_me_url(api_client, get_standard_user_data):
# id_ = 1
# if User.objects.count() == 2:
Expand Down

0 comments on commit a449559

Please sign in to comment.