Skip to content

Commit

Permalink
Fix unit test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Nov 17, 2023
1 parent 8d5755d commit 0ebffed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void shouldGetValidatorFromStateWithEmptyRequestBody() throws Exception {
final StubRestApiRequest request =
StubRestApiRequest.builder()
.metadata(handler.getMetadata())
.pathParameter("state_id", "invalid")
.pathParameter("state_id", "head")
.build();

final ObjectAndMetaData<List<StateValidatorData>> expectedResponse =
Expand Down

0 comments on commit 0ebffed

Please sign in to comment.