Skip to content

Commit

Permalink
Getting a 500 error, which now maps to unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Jan 2, 2024
1 parent 37bb367 commit 8430f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/tests/agent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ describe('agent', () => {

expect(events.length).toEqual(2)
expect(events[0]).toEqual('create-failed')
expect(events[1]).toEqual('create-failed')
expect(events[1]).toEqual('unknown')
expect(sessions.length).toEqual(2)
expect(typeof sessions[0]).toEqual('undefined')
expect(typeof sessions[1]).toEqual('undefined')
Expand Down

0 comments on commit 8430f87

Please sign in to comment.