From 8f2a480c1b1830050b6a4a3406394176c126a983 Mon Sep 17 00:00:00 2001 From: Leonardo Henrique Romanini Date: Mon, 11 Nov 2024 11:43:01 -0300 Subject: [PATCH] Adjust type --- test/integration/monitoring_alerts/monitoring_alerts_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/monitoring_alerts/monitoring_alerts_test.go b/test/integration/monitoring_alerts/monitoring_alerts_test.go index 8b9df7f..90eafd1 100644 --- a/test/integration/monitoring_alerts/monitoring_alerts_test.go +++ b/test/integration/monitoring_alerts/monitoring_alerts_test.go @@ -40,7 +40,7 @@ func TestMonitoringAlertKeyVersion(t *testing.T) { for key, monitor_all_keys_in_the_project := range TfInputs { - statePath := fmt.Sprintf("%s/custom_backend_%d.tfstate", path, key) + statePath := fmt.Sprintf("%s/custom_backend_%s.tfstate", path, key) vars := map[string]interface{}{ "monitor_all_keys_in_the_project": monitor_all_keys_in_the_project,