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) }