Skip to content

Commit 686a898

Browse files
committed
fix remix test
1 parent 2a518a7 commit 686a898

File tree

1 file changed

+1
-1
lines changed
  • packages/remix/test/integration/test/server/instrumentation-legacy

1 file changed

+1
-1
lines changed

packages/remix/test/integration/test/server/instrumentation-legacy/action.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ describe('Remix API Actions', () => {
168168
transaction: `routes/action-json-response${useV2 ? '.' : '/'}$id`,
169169
});
170170

171-
assertSentryTransaction(transaction_2![2], {
171+
assertSentryTransaction(transaction_2![2]!, {
172172
contexts: {
173173
trace: {
174174
op: 'http.server',

0 commit comments

Comments
 (0)