Skip to content

Commit 9776591

Browse files
authored
Merge pull request #430 from Arnoways/dev/arnoways/iploadbalancing_proxy_protocol_testfix
fixes bug in TestAcc for iploadbalancing http/tcp server
2 parents dd6b330 + 5f159ec commit 9776591

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ovh/resource_iploadbalancing_http_farm_server_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ func TestAccIpLoadbalancingHttpFarmServerBasic(t *testing.T) {
318318
resource.TestCheckResourceAttr(TEST_ACC_IPLOADBALANCING_HTTP_FARM_SRV_RES_NAME, "ssl", "true"),
319319
resource.TestCheckResourceAttr(TEST_ACC_IPLOADBALANCING_HTTP_FARM_SRV_RES_NAME, "backup", "true"),
320320
resource.TestCheckResourceAttr(TEST_ACC_IPLOADBALANCING_HTTP_FARM_SRV_RES_NAME, "on_marked_down", "shutdown-sessions"),
321-
resource.TestCheckNoResourceAttr(TEST_ACC_IPLOADBALANCING_HTTP_FARM_SRV_RES_NAME, "proxy_protocol_version"),
322321
),
323322
},
324323
{

ovh/resource_iploadbalancing_tcp_farm_server_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ func TestAccIpLoadbalancingTcpFarmServerBasic(t *testing.T) {
303303
resource.TestCheckResourceAttr("ovh_iploadbalancing_tcp_farm_server.testacc", "weight", "1"),
304304
resource.TestCheckResourceAttr("ovh_iploadbalancing_tcp_farm_server.testacc", "ssl", "true"),
305305
resource.TestCheckResourceAttr("ovh_iploadbalancing_tcp_farm_server.testacc", "backup", "true"),
306-
resource.TestCheckNoResourceAttr("ovh_iploadbalancing_tcp_farm_server.testacc", "proxy_protocol_version"),
307306
),
308307
},
309308
{

0 commit comments

Comments
 (0)