You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And do you have the URL configured somewhere? To have the client point at the testing Quarkus instance, your application.properties will need something like
Oh, right, now I understand your request. And it makes sense. We could automatically fill the url property when runmode=test AND it's not defined explicitly.
I can look into it when I get some spare cycles (but of course, PR contributions are welcome :) )
Description
I'd like to directly inject a GraphQL Client into a test, i.e.:
But then I get a
RuntimeException
: "URL not configured for client."The workaround I have to use is:
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: