Skip to content

Commit

Permalink
TFCA-394 fixed typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ModisR committed Sep 18, 2024
1 parent e52c5d9 commit 6f3ec9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ class ControllerWithPayeeTypeEppDisabledISpec
}
val log = logs.loneElement
log.getLevel shouldBe Level.INFO
log.getMessage should startWith(s"[Error] - [$endpointName] - [null: Invalid JSON: ")
log.getMessage should startWith(s"[Error] - [$endpointName] - [null: Invalid Json: ")
}
}

Expand Down

0 comments on commit 6f3ec9d

Please sign in to comment.