From 1032f99b6d360a734f45fa24f6c850951493f753 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 21 Aug 2023 17:43:40 +0200 Subject: [PATCH] Polish See gh-759 --- spring-graphql-docs/modules/ROOT/pages/testing.adoc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/spring-graphql-docs/modules/ROOT/pages/testing.adoc b/spring-graphql-docs/modules/ROOT/pages/testing.adoc index 4a73ca93..c27e76a1 100644 --- a/spring-graphql-docs/modules/ROOT/pages/testing.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/testing.adoc @@ -269,14 +269,8 @@ The builder for this extension allows you to define HTTP request details: .build(); ---- -<<<<<<< HEAD:spring-graphql-docs/modules/ROOT/pages/testing.adoc -Once `WebGraphQlServiceTester` is created, you can begin to -xref:testing.adoc#testing.requests[execute requests] using the same API, independent of the underlying -======= Once `WebGraphQlTester` is created, you can begin to -<> using the same API, independent of the underlying ->>>>>>> 37f3f4a9 (Change WebGraphQlServiceTester to WebGraphQlTester):spring-graphql-docs/src/docs/asciidoc/includes/testing.adoc -transport. +xref:testing.adoc#testing.requests[execute requests] using the same API, independent of the underlying transport.