Skip to content

Commit c6980e4

Browse files
committed
Update tests.
1 parent ae9df48 commit c6980e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/create-remix-app-express/tests/behaviour-server.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ test('Sends form data with action error to Sentry', async ({ page }) => {
3535
expect(actionTransaction).toBeDefined();
3636
expect(actionTransaction.contexts.trace.op).toBe('http.server');
3737
expect(actionTransaction.spans[0].data).toMatchObject({
38-
action_form_data_text: 'test',
39-
action_form_data_file: 'file.txt',
38+
"remix.action_form_data.text": 'test',
39+
"remix.action_form_data.file": 'file.txt',
4040
});
4141
});
4242

0 commit comments

Comments
 (0)