Skip to content

Commit ef2fe4a

Browse files
Merge branch 'rb_segments_add_tests' into prerequisites
2 parents 20d7a7c + 3dab06b commit ef2fe4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/online/node.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tape('## Node.js - E2E CI Tests ##', async function (assert) {
9898
assert.test('E2E / SplitFactory with lazy init', lazyInitSuite.bind(null, settings, fetchMock));
9999

100100
// @TODO remove when dropping support for Split Proxy v5.10.0 or below
101-
assert.test('E2E / Proxy fallback', proxyFallbackSuite.bind(null, fetchMock, assert));
101+
assert.test('E2E / Proxy fallback', proxyFallbackSuite.bind(null, fetchMock));
102102

103103
assert.end();
104104
});

0 commit comments

Comments
 (0)