Skip to content

Commit ae69d60

Browse files
committed
fix live test
1 parent cfd83a5 commit ae69d60

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/live/events.test.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,14 @@ describe("Event lifecycle tests", async () => {
129129
"Content-Type": "application/json",
130130
},
131131
body: JSON.stringify({
132-
description: "An event of all time THAT HAS BEEN MODIFIED",
132+
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",
133140
}),
134141
},
135142
);

0 commit comments

Comments
 (0)