Skip to content

Commit

Permalink
Added Pipeline Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ramaniprateek committed Dec 13, 2024
1 parent 604d026 commit 99692ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bigip/resource_bigip_ltm_profile_http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ var resHttpName = "bigip_ltm_profile_http"

var TestHttpResource = `
resource "bigip_ltm_profile_http" "test-http" {
name = "/Common/test-http"
defaults_from = "/Common/http"
description = "some http"
fallback_host = "titanic"
fallback_status_codes = ["400","500","300"]
name = "/Common/test-http"
defaults_from = "/Common/http"
description = "some http"
fallback_host = "titanic"
fallback_status_codes = ["400", "500", "300"]
}
`

Expand Down Expand Up @@ -556,9 +556,9 @@ resource "bigip_ltm_profile_http" "%[3]s" {
func testaccbigipltmprofilehttpUpdateFallbackHost(partition, profileName, resourceName string) string {
return fmt.Sprintf(`
resource "bigip_ltm_profile_http" "%[3]s" {
name = "%[2]s"
defaults_from = "/%[1]s/http"
fallback_host = "https://www.google.de"
name = "%[2]s"
defaults_from = "/%[1]s/http"
fallback_host = "https://www.google.de"
}
`, partition, profileName, resourceName)
}
Expand Down

0 comments on commit 99692ab

Please sign in to comment.