Skip to content

Commit

Permalink
update test file import
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 24, 2024
1 parent 970922a commit f2fce33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_reserver.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from reserver import Uploader
from reserver.util import get_random_name
import os
from reserver.reserver_func import get_random_name
import os
test_pypi_token = os.environ.get("TEST_PYPI_PASSWORD")

def test_package_exists():
# test reserved name
uploader = Uploader(test_pypi_token, is_test_pypi_account= True)
Expand Down

0 comments on commit f2fce33

Please sign in to comment.