Fix tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-06 15:23:58 +02:00
parent 4a83bb61db
commit cd72059536
2 changed files with 5 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ defmodule MobilizonWeb.Resolvers.ParticipantResolverTest do
query = """
{
person(preferredUsername: "#{actor.preferred_username}") {
person(id: "#{actor.id}") {
participations(eventId: "#{event.id}") {
event {
uuid,
@@ -193,7 +193,7 @@ defmodule MobilizonWeb.Resolvers.ParticipantResolverTest do
query = """
{
person(preferredUsername: "#{actor2.preferred_username}") {
person(id: "#{actor2.id}") {
participations(eventId: "#{event.id}") {
event {
uuid,