Skip to content

Commit

Permalink
upgrade retry message
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Jan 15, 2024
1 parent 7b9e248 commit a90d786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/terraform_aks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func TestExamples_applicationGatewayIngress(t *testing.T) {
MaxRetries: 20,
TimeBetweenRetries: time.Minute,
RetryableTerraformErrors: map[string]string{
"data.kubernetes_ingress_v1.ing.status[0].load_balancer[0].ingress": "the ingress hasn't been created, need more time",
".*is empty list of object.*": "the ingress hasn't been created, need more time",
},
}, func(t *testing.T, output test_helper.TerraformOutput) {
url, ok := output["ingress_endpoint"].(string)
Expand Down

0 comments on commit a90d786

Please sign in to comment.