Skip to content

Commit 5595346

Browse files
committed
Fixed realtime client tests
1 parent e7742b6 commit 5595346

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/webapp/test/realtimeClient.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ describe.skipIf(process.env.GITHUB_ACTIONS)("RealtimeClient", () => {
7272
"http://localhost:3000?offset=-1",
7373
environment,
7474
run.id,
75+
{},
7576
"0.8.1"
7677
);
7778

@@ -81,6 +82,7 @@ describe.skipIf(process.env.GITHUB_ACTIONS)("RealtimeClient", () => {
8182
"http://localhost:3000?offset=-1",
8283
environment,
8384
run.id,
85+
{},
8486
"0.8.1"
8587
);
8688

@@ -108,6 +110,7 @@ describe.skipIf(process.env.GITHUB_ACTIONS)("RealtimeClient", () => {
108110
`http://localhost:3000?offset=0_0&live=true&handle=${shapeId}`,
109111
environment,
110112
run.id,
113+
{},
111114
"0.8.1"
112115
);
113116

@@ -117,6 +120,7 @@ describe.skipIf(process.env.GITHUB_ACTIONS)("RealtimeClient", () => {
117120
`http://localhost:3000?offset=0_0&live=true&handle=${shapeId}`,
118121
environment,
119122
run.id,
123+
{},
120124
"0.8.1"
121125
);
122126

@@ -217,6 +221,7 @@ describe.skipIf(process.env.GITHUB_ACTIONS)("RealtimeClient", () => {
217221
{
218222
tags: ["test:tag:1234"],
219223
},
224+
{},
220225
"0.8.1"
221226
);
222227

@@ -307,6 +312,7 @@ describe.skipIf(process.env.GITHUB_ACTIONS)("RealtimeClient", () => {
307312
"http://localhost:3000?offset=-1",
308313
environment,
309314
run.id,
315+
{},
310316
"0.8.1"
311317
);
312318

0 commit comments

Comments
 (0)