Skip to content

Commit ea94955

Browse files
committed
Fikser test
1 parent e894099 commit ea94955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/cache/revalidator-proxy-heartbeat.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('Revalidator proxy heartbeat', () => {
1616

1717
fetchMock.mockResponse('Hello!');
1818

19-
initRevalidatorProxyHeartbeat();
19+
initRevalidatorProxyHeartbeat('dummy-build-id');
2020

2121
expect(fetchMock.mock.calls.length).toEqual(1);
2222
expect(fetchMock.mock.calls[0][0]).toMatch(

0 commit comments

Comments
 (0)