Skip to content

Commit a0ed749

Browse files
committed
fixing precommit issues for worker
1 parent 9d46bca commit a0ed749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/worker/authn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .config import env_vars
1212
from typing import Annotated
1313
from fastapi import Depends, HTTPException, status
14-
14+
from jwt.exceptions import InvalidTokenError
1515

1616
oauth2_scheme = OAuth2PasswordBearer(
1717
tokenUrl="token",

src/worker/utilities_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
def test_get_sftp_bucket_name():
1010
"""Run tests on various BaseUser class functions."""
11-
assert get_sftp_bucket_name("LOCAL") == "LOCAL_sftp_ingestion"
11+
assert get_sftp_bucket_name("LOCAL") == "local_sftp_ingestion"

0 commit comments

Comments
 (0)