Skip to content

Commit 23e8a66

Browse files
committed
Fix tests for latest versions of FastAPI
1 parent 7eae862 commit 23e8a66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_backends.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
@pytest.mark.anyio
1010
async def test_core_init_with_all_backends(backends):
1111
os.environ["OIDC_ENDPOINT"] = "https://oidctest.wsweet.org"
12+
os.environ["BASE_URL"] = "https://oidctest.wsweet.org"
1213

1314
for backend in backends:
1415
try:

0 commit comments

Comments
 (0)