Skip to content

Commit

Permalink
fix: overflowing node name
Browse files Browse the repository at this point in the history
  • Loading branch information
m8vago committed Jan 6, 2025
1 parent 23a152d commit 2bc093b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test.describe('Versioned Project', () => {
})

test('deployment should not be copiable to the same node with the same prefix', async ({ page }) => {
const nodeName = 'versioned-copiability-same-node-same-prefix'
const nodeName = 'vc-same-node-same-prefix'
const projectName = nodeName
const prefix = projectName

Expand Down

0 comments on commit 2bc093b

Please sign in to comment.