Skip to content

Commit

Permalink
delete print line
Browse files Browse the repository at this point in the history
  • Loading branch information
mskacelik authored and jmartisk committed Nov 7, 2023
1 parent f861a69 commit aa28d9a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public static WebArchive deployment() {
@Test
public void queryWithObjectIdArgumentTest() {
final String id = ObjectId.get().toHexString();
System.err.println(id);
GraphQLAssured graphQLAssured = new GraphQLAssured(testingURL);

String response = graphQLAssured
Expand Down

0 comments on commit aa28d9a

Please sign in to comment.