Skip to content

Commit

Permalink
update client test
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 27, 2024
1 parent 60373e5 commit 8ab3d4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe(SignalsIngestClient, () => {
const ctx = await client.send({
type: 'network',
data: {
action: 'Request',
action: 'request',
data: {
hello: 'how are you',
},
Expand All @@ -55,7 +55,7 @@ describe(SignalsIngestClient, () => {
expect(ctx!.event.properties!.type).toBe('network')
expect(ctx!.event.properties!.data).toMatchInlineSnapshot(`
{
"action": "Request",
"action": "request",
"data": {
"hello": "XXX",
},
Expand Down

0 comments on commit 8ab3d4d

Please sign in to comment.