Skip to content

Commit 3599579

Browse files
committed
add fixture for updating events
1 parent 87a9aa9 commit 3599579

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

fixtures/event_update.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"uuid": "event3",
3+
"location": {
4+
"string": "Updated Location",
5+
"valid": true
6+
},
7+
"start_at": 1712851200000,
8+
"end_at": 1712851200000,
9+
"is_all_day": {
10+
"bool": true,
11+
"valid": true
12+
},
13+
"host": {
14+
"string": "Updated Host",
15+
"valid": true
16+
}
17+
}

0 commit comments

Comments
 (0)