Skip to content

Commit

Permalink
reverting change to resttestcase
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Mar 26, 2024
1 parent 734e3fa commit fb1fd0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ protected GetPipelineResponse getPipelines() throws IOException {
Response getPipelinesResponse = TestHelpers.makeRequest(
client(),
"GET",
"_ingest/pipeline/",
"_ingest/pipeline",
null,
"",
ImmutableList.of(new BasicHeader(HttpHeaders.USER_AGENT, ""))
Expand Down

0 comments on commit fb1fd0e

Please sign in to comment.