Replies: 1 comment
-
|
Have you checked out out our docs on the test set up? It sounds like you are missing autowiring the DGQueryExecutor bean: https://netflix.github.io/dgs/query-execution-testing/ Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Spring Boot 2.7.0. The application starts up fine when there are no test cases. But if any test cases are enabled, the following exception is thrown:
I have double checked that I only have one schema file in my src/main/resources/chema folder.
I am also using the code generation plugin to generate the types from my schema.
Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions