Skip to content

Commit 60a1a3f

Browse files
fix(devtools-types): add causedBy field to AuthEventSchema test fixtures
Co-authored-by: ryanbas21 <ryanbas21@users.noreply.github.com>
1 parent 2ce9399 commit 60a1a3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/devtools-types/src/lib/auth-event.schema.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const baseEvent = {
77
timestamp: 1700000000000,
88
source: 'network' as const,
99
flowId: 'flow-abc',
10+
causedBy: null,
1011
flags: {
1112
isCors: false,
1213
isError: false,
@@ -106,6 +107,7 @@ describe('AuthEventSchema', () => {
106107
type: 'sdk:node-change',
107108
source: 'sdk',
108109
flowId: 'flow-xyz',
110+
causedBy: null,
109111
flags: { isCors: false, isError: false, isAuthRelated: true },
110112
data: {
111113
_tag: 'sdk',

0 commit comments

Comments
 (0)