Skip to content

Commit

Permalink
Updated expected function tests exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Aug 7, 2024
1 parent d5727da commit dc25d9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ class FunctionsTests {
runBlocking {
anonUser.logOut()
}
assertFailsWithMessage<ServiceException>("[Service][Unknown(4351)] unauthorized") {
assertFailsWithMessage<ServiceException>("unauthorized") {
runBlocking {
functions.call(FIRST_ARG_FUNCTION.name, 1, 2, 3)
}
Expand Down

0 comments on commit dc25d9b

Please sign in to comment.