We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eae862 commit 23e8a66Copy full SHA for 23e8a66
tests/test_backends.py
@@ -9,6 +9,7 @@
9
@pytest.mark.anyio
10
async def test_core_init_with_all_backends(backends):
11
os.environ["OIDC_ENDPOINT"] = "https://oidctest.wsweet.org"
12
+ os.environ["BASE_URL"] = "https://oidctest.wsweet.org"
13
14
for backend in backends:
15
try:
0 commit comments