Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jun 13, 2024
1 parent e302a49 commit 5c8f025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ class UserRestServiceSpec extends CoreSpec with ImplicitSender {
)
assertFailsWithA[BadRequestException](
exit,
"User http://rdfh.ch/users/normaluser is not a member of project http://rdfh.ch/projects/00FF. A user needs to be a member of the project to be added as project admin.",
"User http://rdfh.ch/users/normaluser is not member of project http://rdfh.ch/projects/00FF.",
)
}

Expand Down

0 comments on commit 5c8f025

Please sign in to comment.