From 7d1235c0036d14bdb9796399a4bc0924307be9f4 Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Thu, 15 May 2025 09:21:21 +0200 Subject: [PATCH] CI fix test Signed-off-by: Justin Cinkelj --- .../hypercore_vm_resource__snapshot_schedule__acc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/tests/acceptance/hypercore_vm_resource__snapshot_schedule__acc_test.go b/internal/provider/tests/acceptance/hypercore_vm_resource__snapshot_schedule__acc_test.go index 7d9d155..626ce6a 100644 --- a/internal/provider/tests/acceptance/hypercore_vm_resource__snapshot_schedule__acc_test.go +++ b/internal/provider/tests/acceptance/hypercore_vm_resource__snapshot_schedule__acc_test.go @@ -64,7 +64,7 @@ func TestAccHypercoreVMResourceSnapshotSchedule(t *testing.T) { resource.TestCheckResourceAttr("hypercore_vm.test", "name", "testtf-vm"), resource.TestCheckResourceAttr("hypercore_vm.test", "description", "testtf-vm-description"), resource.TestCheckResourceAttr("hypercore_vm.test", "tags.#", "1"), - resource.TestCheckResourceAttr("hypercore_vm.test", "tags.1", "testtf"), + resource.TestCheckResourceAttr("hypercore_vm.test", "tags.0", "testtf"), resource.TestCheckNoResourceAttr("hypercore_vm.test", "clone"), resource.TestCheckResourceAttr("hypercore_vm.test", "vcpu", "4"), resource.TestCheckResourceAttr("hypercore_vm.test", "memory", "4096"),