Skip to content

Commit 2a0ebef

Browse files
fix: test
1 parent f9d2eba commit 2a0ebef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/opentofu-basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ describe('opentofu-basic', async () => {
137137

138138
test('remove infra', async () => {
139139
if (process.env.CI === 'true' || process.env.RUN_TEST_FROM_CLI === 'true') {
140-
await removeInfra(lldProcess, folder);
140+
await removeInfra(lldProcess, folder, ['--framework=opentofu']);
141141
const lambdaName = await getFunctionName(
142142
folder,
143143
'lambda-test-js-commonjs_1_name',

0 commit comments

Comments
 (0)