Skip to content

Commit

Permalink
bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Sep 3, 2024
1 parent 895a4d5 commit a881dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def create_sumo_client(access_token: str) -> SumoClient:
if access_token == "DUMMY_TOKEN_FOR_TESTING":
if access_token == "DUMMY_TOKEN_FOR_TESTING": # nosec bandit B105
sumo_client = SumoClient(env=config.SUMO_ENV, interactive=False)
else:
sumo_client = SumoClient(env=config.SUMO_ENV, token=access_token, interactive=False)
Expand Down

0 comments on commit a881dde

Please sign in to comment.