From 922516d92ce1fe6872faeecccf53259ec548ac30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pra=C5=BCak?= Date: Wed, 13 Dec 2023 14:12:08 +0100 Subject: [PATCH] Update integration-tests/integration.scala --- integration-tests/integration.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/integration.scala b/integration-tests/integration.scala index 19c8d9b8..81aac521 100644 --- a/integration-tests/integration.scala +++ b/integration-tests/integration.scala @@ -186,8 +186,6 @@ object pulumi { val allEnv: Map[String, String] = // local environment, to run locally offline, make sure you set PULUMI_BACKEND_URL and PULUMI_API opts.pulumiEnv ++ Map( - // "PULUMI_BACKEND_URL" -> s"file://${opts.pulumiHomeDir.toString}", - // "PULUMI_API" -> s"file://${opts.pulumiHomeDir.toString}", "PULUMI_HOME" -> (opts.pulumiHomeDir / ".pulumi").toString, "PULUMI_SKIP_UPDATE_CHECK" -> "true" )