feat: use secret_key config field instead of api_key (#2444)
Fixes #2426
This commit is contained in:
parent
74af2112a6
commit
d800c5e280
10 changed files with 31 additions and 1 deletions
|
@ -5,6 +5,7 @@ from .._fixtures import fixture_path
|
|||
os.environ.setdefault("LIBRETIME_DEBUG", "true")
|
||||
os.environ.setdefault("LIBRETIME_GENERAL_PUBLIC_URL", "http://localhost")
|
||||
os.environ.setdefault("LIBRETIME_GENERAL_API_KEY", "testing")
|
||||
os.environ.setdefault("LIBRETIME_GENERAL_SECRET_KEY", "testing")
|
||||
os.environ.setdefault("LIBRETIME_STORAGE_PATH", str(fixture_path))
|
||||
|
||||
# pylint: disable=wrong-import-position,unused-import
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue