Skip to content

Commit

Permalink
Make GroovyRemoteFeatureTest use parameters literally.
Browse files Browse the repository at this point in the history
There are some new feature tests that aren't translating the query
parameters properly. This ensures that the correctly translated query is
sent to groovy-test.
  • Loading branch information
kenhuuu committed Nov 28, 2024
1 parent 1d5f648 commit 376712c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ public GraphTraversalSource getGraphTraversalSource(final LoadGraphWith.GraphDat
final GraphTraversalSource g = super.getGraphTraversalSource(graphData);
return g.with("language", "groovy-test");
}

@Override
public boolean useParametersLiterally() {
return false;
}
}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 376712c

Please sign in to comment.