File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
microprofile-graphql-client-quickstart/src
test/java/org/acme/microprofile/graphql/client Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11# typesafe client config
2- quarkus.smallrye-graphql-client.star-wars-typesafe.url =https://swapi-graphql.netlify.app/.netlify/functions/index
2+ quarkus.smallrye-graphql-client.star-wars-typesafe.url =https://swapi-graphql.netlify.app/graphql
33
44# dynamic client config
5- quarkus.smallrye-graphql-client.star-wars-dynamic.url =https://swapi-graphql.netlify.app/.netlify/functions/index
5+ quarkus.smallrye-graphql-client.star-wars-dynamic.url =https://swapi-graphql.netlify.app/graphql
Original file line number Diff line number Diff line change 11package org .acme .microprofile .graphql .client ;
22
33import io .quarkus .test .junit .QuarkusIntegrationTest ;
4- import org .junit .jupiter .api .Disabled ;
54
65@ QuarkusIntegrationTest
7- @ Disabled ("Blocked by https://github.com/quarkusio/quarkus/issues/45334" )
86public class GraphQLClientIT extends GraphQLClientTest {
97
108}
Original file line number Diff line number Diff line change 11package org .acme .microprofile .graphql .client ;
22
33import io .quarkus .test .junit .QuarkusTest ;
4- import org .junit .jupiter .api .Disabled ;
54import org .junit .jupiter .api .Test ;
65
76import java .util .List ;
109import static org .junit .jupiter .api .Assertions .assertTrue ;
1110
1211@ QuarkusTest
13- @ Disabled ("Blocked by https://github.com/quarkusio/quarkus/issues/45334" )
1412public class GraphQLClientTest {
1513
1614 @ Test
You can’t perform that action at this time.
0 commit comments