Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 4e6dd01

Browse files
committed
* Fix - old value in unit test.
1 parent d8e2ae1 commit 4e6dd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testApi/src/test/scala/africa/absa/testing/scapi/rest/response/action/ResponseAssertionsTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ class ResponseAssertionsTest extends FunSuite {
773773
val result = AssertionResponseAction.performResponseAction(response, bodyContainsTextResponseAction)
774774
result match {
775775
case Failure(exception) =>
776-
assert(clue(exception.getMessage) == "Assertion failed: Expected body to contain dummies")
776+
assert(clue(exception.getMessage) == "Assertion failed: Expected body to contains: 'dummies'. Content of body: 'This is a dummy body'")
777777
case _ =>
778778
fail("Expected a failure of test but test Passed")
779779
}

0 commit comments

Comments
 (0)