Remove address_type and rename phone to phone_address
An event can indeed have several address types Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -118,8 +118,7 @@ defmodule MobilizonWeb.Resolvers.EventResolverTest do
|
||||
description: "it will be fine",
|
||||
begins_on: "#{DateTime.utc_now() |> DateTime.to_iso8601()}",
|
||||
organizer_actor_username: "#{actor.preferred_username}",
|
||||
category: "#{category.title}",
|
||||
address_type: #{"OTHER"}
|
||||
category: "#{category.title}"
|
||||
) {
|
||||
title,
|
||||
uuid
|
||||
|
||||
Reference in New Issue
Block a user