@@ -1,5 +1,6 @@
|
||||
"""Tests for validating the Settings object."""
|
||||
import pathlib
|
||||
import random
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -12,7 +13,7 @@ def example_settings() -> settings.Settings:
|
||||
return settings.Settings(
|
||||
creds=settings.CredentialSettings(
|
||||
baseurl="http://nowhere.huh",
|
||||
token="Fake Token", # noqa: S106
|
||||
token=str(random.randint(0, 1000000)),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user