Skip to content

Commit

Permalink
fix: reset of provider_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Jul 19, 2023
1 parent ffde42d commit f58aa93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/provider/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ func hclProviderWithCLIServerURL(cliServerURL string) string {
provider "btp" {
cli_server_url = "%s"
globalaccount = "terraformintcanary"
#username = "[email protected]"
#password = "redacted"
#idp = ""
username = "[email protected]"
password = "redacted"
idp = ""
}
`, cliServerURL)
}
Expand Down

0 comments on commit f58aa93

Please sign in to comment.