Skip to content

Commit

Permalink
delete print line
Browse files Browse the repository at this point in the history
  • Loading branch information
mskacelik committed Nov 7, 2023
1 parent f861a69 commit b9b8069
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 b9b8069

Please sign in to comment.