Skip to content

Commit

Permalink
Properly apply and fix incorrect assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarras committed Oct 8, 2024
1 parent 093c2b1 commit 65aa3dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ internal class WalletApiEncryptionOptionalTest : BaseWalletApiTest() {
{
it.expectBody()
.jsonPath("$.trace")
.value<String> { value ->
value.contains("Polymorphic serializer was not found for class discriminator")
.value<String> {
assertTrue { "FormatTO does not contain element with name 'pid'" in it }
}
},
)
Expand Down

0 comments on commit 65aa3dc

Please sign in to comment.