Skip to content

Commit 7f43c15

Browse files
committed
Fix tests by setting client_db_uri
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 45c1074 commit 7f43c15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/flows/test_oidc-saml.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def oidc_frontend_config(signing_key_path, mongodb_instance):
3232
"issuer": "https://proxy-op.example.com",
3333
"signing_key_path": signing_key_path,
3434
"provider": {"response_types_supported": ["id_token"]},
35+
"client_db_uri": mongodb_instance.get_uri(), # use mongodb for integration testing
3536
"db_uri": mongodb_instance.get_uri() # use mongodb for integration testing
3637
}
3738
}

0 commit comments

Comments
 (0)