We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd83a5 commit ae69d60Copy full SHA for ae69d60
tests/live/events.test.ts
@@ -129,7 +129,14 @@ describe("Event lifecycle tests", async () => {
129
"Content-Type": "application/json",
130
},
131
body: JSON.stringify({
132
- description: "An event of all time THAT HAS BEEN MODIFIED",
+ title: "Modified Live Testing Event",
133
+ description: "An event of all time",
134
+ start: "2024-12-31T02:00:00",
135
+ end: "2024-12-31T03:30:00",
136
+ location: "ACM Room (Siebel 1104)",
137
+ host: "ACM",
138
+ featured: true,
139
+ repeats: "weekly",
140
}),
141
142
);
0 commit comments