Skip to content

Commit 2c28cb2

Browse files
authored
Fix tests to work with 2025 config (#120)
1 parent f05ab8b commit 2c28cb2

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

data/examples/europython/sessions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"sessions_before": null,
3232
"next_session": null,
3333
"prev_session": null,
34-
"website_url": "https://ep2024.europython.eu/session/this-is-a-test-talk-from-a-test-speaker-about-a-test-topic",
34+
"website_url": "https://ep2025.europython.eu/session/this-is-a-test-talk-from-a-test-speaker-about-a-test-topic",
3535
"youtube_url": "https://youtube.com/watch?v=01234567890"
3636
},
3737
"B8CD4F": {
@@ -47,7 +47,7 @@
4747
"tweet": "Hey, short tweet",
4848
"duration": "30",
4949
"level": "beginner",
50-
"delivery": "in-person",
50+
"delivery": "remote",
5151
"resources": null,
5252
"room": null,
5353
"start": null,
@@ -57,7 +57,7 @@
5757
"sessions_before": null,
5858
"next_session": null,
5959
"prev_session": null,
60-
"website_url": "https://ep2024.europython.eu/session/a-talk-with-shorter-title",
60+
"website_url": "https://ep2025.europython.eu/session/a-talk-with-shorter-title",
6161
"youtube_url": "https://youtube.com/watch?v=12345679012"
6262
}
6363
}

data/examples/europython/speakers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"bluesky_url": "https://bsky.app/profile/username.bsky.social",
1414
"mastodon_url": null,
1515
"twitter_url": null,
16-
"website_url": "https://ep2024.europython.eu/speaker/a-speaker"
16+
"website_url": "https://ep2025.europython.eu/speaker/a-speaker"
1717
}
1818
}

data/examples/pretalx/speakers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"question": {
6666
"id": 3434,
6767
"question": {
68-
"en": "Social (Github/Gitlab)"
68+
"en": "Social (GitHub/GitLab)"
6969
}
7070
},
7171
"answer": "https://github.com/F3DC8A",
@@ -221,7 +221,7 @@
221221
"question": {
222222
"id": 3431,
223223
"question": {
224-
"en": "Company / Organization / Educational Institution"
224+
"en": "Company/Organization/Educational Institution"
225225
}
226226
},
227227
"answer": "A Company",

data/examples/pretalx/submissions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"question": {
6464
"id": 3412,
6565
"question": {
66-
"en": "Abstract as a tweet / toot"
66+
"en": "Abstract as a short post (150 character max)"
6767
}
6868
},
6969
"answer": "This is a short version of this talk, as a tweet.",
@@ -97,10 +97,10 @@
9797
"question": {
9898
"id": 3420,
9999
"question": {
100-
"en": "My presentation can be delivered"
100+
"en": "My presentation can be delivered in-person"
101101
}
102102
},
103-
"answer": "in-person at the conference venue",
103+
"answer": "Yes",
104104
"answer_file": null,
105105
"submission": "A8CD3F",
106106
"review": null,
@@ -109,7 +109,7 @@
109109
{
110110
"id": 4500,
111111
"answer": {
112-
"en": "in-person at the conference venue"
112+
"en": "Yes"
113113
}
114114
}
115115
]
@@ -170,7 +170,7 @@
170170
"question": {
171171
"id": 3412,
172172
"question": {
173-
"en": "Abstract as a tweet / toot"
173+
"en": "Abstract as a short post (150 character max)"
174174
}
175175
},
176176
"answer": "Hey, short tweet",
@@ -204,10 +204,10 @@
204204
"question": {
205205
"id": 3420,
206206
"question": {
207-
"en": "My presentation can be delivered"
207+
"en": "My presentation can be delivered in-person"
208208
}
209209
},
210-
"answer": "in-person at the conference venue",
210+
"answer": "No",
211211
"answer_file": null,
212212
"submission": "B8CD4F",
213213
"review": null,
@@ -216,7 +216,7 @@
216216
{
217217
"id": 4500,
218218
"answer": {
219-
"en": "in-person at the conference venue"
219+
"en": "No"
220220
}
221221
}
222222
]

0 commit comments

Comments
 (0)