Skip to content

Commit

Permalink
chore: 🤖 test amend
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 5, 2024
1 parent 80b0c8d commit a6cb675
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/commands/auth/login.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ describe('Login', async () => {
expect(mockClient.mutation).toHaveBeenCalledWith({
createPersonalAccessTokenFromVerificationSession: {
__args: {
data: { name: undefined },
data: {
name: undefined,
clientAppType: "CLI",
},
where: {
id: 'mockVerificationSession',
},
Expand Down

0 comments on commit a6cb675

Please sign in to comment.