Skip to content

Commit b7f7bd7

Browse files
dbasunagjonburdo
andauthored
Update jobs/async-upload/tests/integration/test_integration_async_upload.py
Co-authored-by: Jon Burdo <jon@jonburdo.com> Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com>
1 parent f0716eb commit b7f7bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jobs/async-upload/tests/integration/test_integration_async_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def model_registry_client(user_token: str) -> ModelRegistry:
8383

8484
@pytest.fixture(scope="session")
8585
def user_token() -> str:
86-
return os.getenv("AUTH_TOKEN", None) # type: ignore[arg-type]
86+
return os.getenv("AUTH_TOKEN", "")
8787

8888
@pytest.fixture(scope="session")
8989
def verify_ssl() -> bool:

0 commit comments

Comments
 (0)