Skip to content

Commit

Permalink
update env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jul 22, 2024
1 parent a2188fa commit 489ae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reserver.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from reserver import PyPIUploader
from reserver.reserver_func import get_random_name
import os
test_pypi_token = os.environ.get("TEST_PYPI_PASSWORD")
test_pypi_token = os.environ.get("TWINE_TEST_PASSWORD")

def test_package_exists():
# test reserved name
Expand Down

0 comments on commit 489ae23

Please sign in to comment.