From f58aa93aa56845653e7a429dd56485cab688f483 Mon Sep 17 00:00:00 2001 From: Christian Lechner Date: Wed, 19 Jul 2023 12:53:58 +0200 Subject: [PATCH] fix: reset of provider_test.go --- internal/provider/provider_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/provider/provider_test.go b/internal/provider/provider_test.go index 6059b650..2ee07f7d 100644 --- a/internal/provider/provider_test.go +++ b/internal/provider/provider_test.go @@ -39,9 +39,9 @@ func hclProviderWithCLIServerURL(cliServerURL string) string { provider "btp" { cli_server_url = "%s" globalaccount = "terraformintcanary" - #username = "john.doe@int.test" - #password = "redacted" - #idp = "" + username = "john.doe@int.test" + password = "redacted" + idp = "" } `, cliServerURL) }