Skip to content

Commit

Permalink
Merge pull request #2370 from DDH13/feature/grpc
Browse files Browse the repository at this point in the history
removed duplicate function
  • Loading branch information
Krishanx92 authored May 10, 2024
2 parents 77d593a + 8178fc0 commit a74c656
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ public void theGrpcResponseStatusCodeShouldBe(int expectedStatusCode) throws IOE
Assert.assertEquals(actualStatusCode, expectedStatusCode);
}

@Then("the gRPC response status code should be {int}")
public void theGrpcResponseStatusCodeShouldBe(int expectedStatusCode) throws IOException {
int actualStatusCode = sharedContext.getGrpcStatusCode();
Assert.assertEquals(actualStatusCode, expectedStatusCode);
}

@Then("I send {string} request to {string} with body {string}")
public void sendHttpRequest(String httpMethod, String url, String body) throws IOException {
body = Utils.resolveVariables(body, sharedContext.getValueStore());
Expand Down

0 comments on commit a74c656

Please sign in to comment.