Skip to content

Commit 2ec7194

Browse files
committed
Lint
1 parent 7cf019b commit 2ec7194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remix/test/integration/test/client/root-loader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ test('should inject `sentry-trace` and `baggage` into root loader returning a re
155155
});
156156
});
157157

158-
test('should return redirect to an external path with no baggage and trace injected.', async ({ page,baseURL }) => {
158+
test('should return redirect to an external path with no baggage and trace injected.', async ({ page, baseURL }) => {
159159
await page.goto(`${baseURL}/?type=returnRedirectToExternal`);
160160

161161
expect(page.url()).toEqual(expect.stringContaining('docs.sentry.io'));

0 commit comments

Comments
 (0)