add wrapper function to obtain credentials (esp. testing)
This commit is contained in:
parent
f7aed248ab
commit
1b3e4545ce
@ -25,6 +25,11 @@ def set_credentials(
|
||||
)
|
||||
|
||||
|
||||
def get_credentials() -> str: # pragma: no cover
|
||||
creds = SESSION.creds
|
||||
return creds.model_dump_json()
|
||||
|
||||
|
||||
def set_base_url(
|
||||
base_url: str,
|
||||
) -> None: # pragma: no cover
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user