Skip to content

Commit

Permalink
Avoid double slash in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jun 13, 2022
1 parent 1f853b1 commit 745e009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/surface/create.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function makeBody(accessToModes: string, defaultModes: string, target: string) {
}

function makeContainerUrl(testFolderUrl, using, testing) {
return `${testFolderUrl}/using-${using}-test-${testing}/`;
return `${testFolderUrl}using-${using}-test-${testing}/`;
}

describe('Create', () => {
Expand Down

0 comments on commit 745e009

Please sign in to comment.