Skip to content

Commit 2b1aa98

Browse files
Update error message for invalid incremental render request in worker tests
1 parent 50bf8a1 commit 2b1aa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react_on_rails_pro/packages/node-renderer/tests/worker.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ describe('worker', () => {
893893
400,
894894
);
895895

896-
expect(res.payload).toContain('INVALID NIL or NULL result for rendering');
896+
expect(res.payload).toContain('Invalid first incremental render request chunk received');
897897
});
898898

899899
test('fails when password is missing', async () => {

0 commit comments

Comments
 (0)