Skip to content

Commit 0e4c3b8

Browse files
n1ru4ljdolle
andauthored
Apply suggestion from @jdolle
Co-authored-by: jdolle <[email protected]>
1 parent 4d1947e commit 0e4c3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/tests/api/access-tokens/personal.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ test.concurrent('create: failure invalid description', async ({ expect }) => {
123123
byId: org.organization.id,
124124
},
125125
title: 'an access token',
126-
description: new Array(300).fill('A').join(''),
126+
description: new Array(249).fill('A').join(''),
127127
resources: { mode: GraphQLSchema.ResourceAssignmentModeType.All },
128128
permissions: [],
129129
},

0 commit comments

Comments
 (0)