Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Mar 31, 2024
1 parent bfd4c06 commit 0ea113f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class HttpStubWithState[HttpResponseR] extends ExampleSet[HttpResponseR] {
HttpResponseExpected(
code = CheckInteger(400).some,
body = CheckString(
"ru.tinkoff.tcb.mockingbird.error.StubSearchError: Could not find stub for [Post] /alpha/state1/get"
"ru.tinkoff.tcb.mockingbird.error.StubSearchError: Can't find any stub for [Post] /alpha/state1/get"
).some
)
)
Expand Down

0 comments on commit 0ea113f

Please sign in to comment.