We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a233fea commit 299f189Copy full SHA for 299f189
src/integrationTest/sam.test.ts
@@ -489,11 +489,7 @@ describe('SAM Integration Tests', async function () {
489
})
490
491
it('produces an error when creating a SAM Application to the same location', async function () {
492
- await assert.rejects(
493
- createSamApplication(testDir),
494
- /directory already exists/,
495
- 'Promise was not rejected'
496
- )
+ await assert.rejects(createSamApplication(testDir), 'Promise was not rejected')
497
498
499
it('produces an Add Debug Configuration codelens', async function () {
0 commit comments