Skip to content

Commit

Permalink
Don't disable automatic plugin aquisition in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prolativ committed Oct 7, 2024
1 parent 1a04b46 commit 3c63b07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration-tests/LanguagePluginTest.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,10 @@ class LanguagePluginTest extends munit.FunSuite {
clue(actual) == clue(expectedBootstrapPluginsJson)
}

val pulumiUpEnv = ctx.env + ("PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION" -> "false")

val pulumiUpOutput =
pulumi
.up(ctx.stackName, "--skip-preview")
.call(cwd = ctx.programDir, env = pulumiUpEnv)
.call(cwd = ctx.programDir, env = ctx.env)
.out
.text()

Expand Down

0 comments on commit 3c63b07

Please sign in to comment.