Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvinnakota-codecov committed Sep 17, 2024
1 parent 92e8c3f commit bd9b091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/public/v2/tests/test_api_pull_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ def test_no_pull_if_unauthenticated_token_request(
},
)
)
print(res)
assert res.status_code == 403
assert (
res.data["detail"] == "You do not have permission to perform this action."
Expand Down

0 comments on commit bd9b091

Please sign in to comment.