You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Have a Requester in the GraphQL API, in preparation for accessing it with OAuth credentials
This commit is contained in:
@@ -108,7 +108,7 @@ impl TestState {
|
||||
|
||||
let policy_factory = Arc::new(policy_factory);
|
||||
|
||||
let graphql_schema = graphql_schema();
|
||||
let graphql_schema = graphql_schema(&pool);
|
||||
|
||||
let http_client_factory = HttpClientFactory::new(10);
|
||||
|
||||
|
Reference in New Issue
Block a user