Improve and activate groups

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-09-29 09:53:48 +02:00
parent 1ca46a6863
commit 49a5725da3
131 changed files with 16440 additions and 1929 deletions

View File

@@ -797,7 +797,7 @@ defmodule Mobilizon.GraphQL.Resolvers.ParticipantTest do
|> post("/api", AbsintheHelpers.mutation_skeleton(mutation))
assert hd(json_response(res, 200)["errors"])["message"] ==
"Provided moderator actor ID doesn't have permission on this event"
"Provided moderator profile doesn't have permission on this event"
end
end
@@ -941,7 +941,7 @@ defmodule Mobilizon.GraphQL.Resolvers.ParticipantTest do
|> post("/api", AbsintheHelpers.mutation_skeleton(mutation))
assert hd(json_response(res, 200)["errors"])["message"] ==
"Provided moderator actor ID doesn't have permission on this event"
"Provided moderator profile doesn't have permission on this event"
end
end