Skip to content

Commit

Permalink
missing s
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed Jan 16, 2025
1 parent 7abf400 commit bef1fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def validate_upload(

# If author is on per repo billing, check their repo credits
if (

Check warning on line 639 in upload/helpers.py

View check run for this annotation

Codecov Notifications / codecov/patch

upload/helpers.py#L639

Added line #L639 was not covered by tests
owner.plan not in Plan.object.values_list("name", flat=True)
owner.plan not in Plan.objects.values_list("name", flat=True)
and owner.repo_credits <= 0
):
raise ValidationError(
Expand Down

0 comments on commit bef1fa7

Please sign in to comment.