Fixing/debugging code for tests.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-10-04 10:26:26 -04:00
parent efa8a469db
commit 8ce13a8ccf
4 changed files with 36 additions and 36 deletions

View File

@@ -12,7 +12,7 @@ def example_settings() -> settings.Settings:
return settings.Settings(
creds=settings.CredentialSettings(
baseurl="http://nowhere.huh",
token="Fake Token", # noqa: S105
token="Fake Token", # noqa: S106
),
)