Skip to content

Commit

Permalink
Fix test name:
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvinnakota-codecov committed Sep 17, 2024
1 parent ebe1d1a commit 92e8c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/public/v2/tests/test_api_pull_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def test_no_pull_if_unauthenticated_token_request(

@override_settings(SUPER_API_TOKEN="testaxs3o76rdcdpfzexuccx3uatui2nw73r")
@patch("api.shared.permissions.RepositoryArtifactPermissions.has_permission")
def test_no_report_if_not_super_token_nor_user_token(
def test_no_pull_if_not_super_token_nor_user_token(
self, repository_artifact_permisssions_has_permission
):
repository_artifact_permisssions_has_permission.return_value = False
Expand Down

0 comments on commit 92e8c3f

Please sign in to comment.