From 208297026a5345989772638e5aaa18d11a59bb3c Mon Sep 17 00:00:00 2001 From: egeakman Date: Sun, 13 Apr 2025 11:40:08 -0400 Subject: [PATCH] Fix tests to work with 2025 config --- data/examples/europython/sessions.json | 6 +++--- data/examples/europython/speakers.json | 2 +- data/examples/pretalx/speakers.json | 4 ++-- data/examples/pretalx/submissions.json | 16 ++++++++-------- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/data/examples/europython/sessions.json b/data/examples/europython/sessions.json index 97eb07b..89f741b 100644 --- a/data/examples/europython/sessions.json +++ b/data/examples/europython/sessions.json @@ -31,7 +31,7 @@ "sessions_before": null, "next_session": null, "prev_session": null, - "website_url": "https://ep2024.europython.eu/session/this-is-a-test-talk-from-a-test-speaker-about-a-test-topic", + "website_url": "https://ep2025.europython.eu/session/this-is-a-test-talk-from-a-test-speaker-about-a-test-topic", "youtube_url": "https://youtube.com/watch?v=01234567890" }, "B8CD4F": { @@ -47,7 +47,7 @@ "tweet": "Hey, short tweet", "duration": "30", "level": "beginner", - "delivery": "in-person", + "delivery": "remote", "resources": null, "room": null, "start": null, @@ -57,7 +57,7 @@ "sessions_before": null, "next_session": null, "prev_session": null, - "website_url": "https://ep2024.europython.eu/session/a-talk-with-shorter-title", + "website_url": "https://ep2025.europython.eu/session/a-talk-with-shorter-title", "youtube_url": "https://youtube.com/watch?v=12345679012" } } diff --git a/data/examples/europython/speakers.json b/data/examples/europython/speakers.json index 82cb15e..1bb1025 100644 --- a/data/examples/europython/speakers.json +++ b/data/examples/europython/speakers.json @@ -13,6 +13,6 @@ "bluesky_url": "https://bsky.app/profile/username.bsky.social", "mastodon_url": null, "twitter_url": null, - "website_url": "https://ep2024.europython.eu/speaker/a-speaker" + "website_url": "https://ep2025.europython.eu/speaker/a-speaker" } } diff --git a/data/examples/pretalx/speakers.json b/data/examples/pretalx/speakers.json index a408fec..fa3e0ff 100644 --- a/data/examples/pretalx/speakers.json +++ b/data/examples/pretalx/speakers.json @@ -65,7 +65,7 @@ "question": { "id": 3434, "question": { - "en": "Social (Github/Gitlab)" + "en": "Social (GitHub/GitLab)" } }, "answer": "https://github.com/F3DC8A", @@ -221,7 +221,7 @@ "question": { "id": 3431, "question": { - "en": "Company / Organization / Educational Institution" + "en": "Company/Organization/Educational Institution" } }, "answer": "A Company", diff --git a/data/examples/pretalx/submissions.json b/data/examples/pretalx/submissions.json index 1da2cf7..d3b2759 100644 --- a/data/examples/pretalx/submissions.json +++ b/data/examples/pretalx/submissions.json @@ -63,7 +63,7 @@ "question": { "id": 3412, "question": { - "en": "Abstract as a tweet / toot" + "en": "Abstract as a short post (150 character max)" } }, "answer": "This is a short version of this talk, as a tweet.", @@ -97,10 +97,10 @@ "question": { "id": 3420, "question": { - "en": "My presentation can be delivered" + "en": "My presentation can be delivered in-person" } }, - "answer": "in-person at the conference venue", + "answer": "Yes", "answer_file": null, "submission": "A8CD3F", "review": null, @@ -109,7 +109,7 @@ { "id": 4500, "answer": { - "en": "in-person at the conference venue" + "en": "Yes" } } ] @@ -170,7 +170,7 @@ "question": { "id": 3412, "question": { - "en": "Abstract as a tweet / toot" + "en": "Abstract as a short post (150 character max)" } }, "answer": "Hey, short tweet", @@ -204,10 +204,10 @@ "question": { "id": 3420, "question": { - "en": "My presentation can be delivered" + "en": "My presentation can be delivered in-person" } }, - "answer": "in-person at the conference venue", + "answer": "No", "answer_file": null, "submission": "B8CD4F", "review": null, @@ -216,7 +216,7 @@ { "id": 4500, "answer": { - "en": "in-person at the conference venue" + "en": "No" } } ]