Remove gancio fixture picture as the server is down

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-12-22 09:51:14 +01:00 committed by tykayn
parent 73c5429058
commit 7334e6b5b8
2 changed files with 2 additions and 12 deletions

View File

@ -128,8 +128,8 @@ defmodule Mobilizon.Federation.ActivityPub.TransmogrifierTest do
assert event.title == "Demo event"
assert event.begins_on == ~U[2021-07-14 15:30:57Z]
assert event.ends_on == ~U[2021-07-14 16:30:57Z]
assert event.picture.file.content_type == "image/jpeg"
assert event.picture.file.name == "unknown.jpg"
# assert event.picture.file.content_type == "image/jpeg"
# assert event.picture.file.name == "unknown.jpg"
assert length(event.tags) == 1
assert hd(event.tags).title == "test"
assert event.physical_address.description == "Colosseo"

View File

@ -15,16 +15,6 @@
"location": {
"name": "Colosseo"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/jpeg",
"url": "https://demo.gancio.org/media/7215892e7326a9b326b6bcad5b57642e.jpg",
"name": "",
"blurHash": null,
"focalPoint": [0, 0]
}
],
"tag": [
{
"type": "Hashtag",