We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc60866 commit 01cd8efCopy full SHA for 01cd8ef
graphql-java-servlet/src/test/groovy/graphql/kickstart/servlet/OsgiGraphQLHttpServletSpec.groovy
@@ -286,6 +286,7 @@ class OsgiGraphQLHttpServletSpec extends Specification {
286
def servlet = new OsgiGraphQLHttpServlet()
287
def context = Mock(GraphQLKickstartContext)
288
context.getDataLoaderRegistry() >> new DataLoaderRegistry()
289
+ context.getMapOfContext() >> new HashMap<Object, Object>()
290
def contextBuilder = Mock(GraphQLServletContextBuilder)
291
contextBuilder.build() >> context
292
def request = GraphQLRequest.createIntrospectionRequest()
0 commit comments