From ec9e8ea77f388c1990ce18d20f5ea75c446ba3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9a=20Grondier?= Date: Wed, 11 Dec 2024 14:32:18 +0100 Subject: [PATCH] Fix test --- pkg/resources/database/resource_mysql_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/resources/database/resource_mysql_test.go b/pkg/resources/database/resource_mysql_test.go index f77b0d35..30bcb4f7 100644 --- a/pkg/resources/database/resource_mysql_test.go +++ b/pkg/resources/database/resource_mysql_test.go @@ -200,8 +200,9 @@ func testResourceMysql(t *testing.T) { return fmt.Sprintf("%s@%s", serviceDataBase.Name, serviceDataBase.Zone), nil } }(), - ImportState: true, - ImportStateVerify: true, + ImportState: true, + ImportStateVerify: true, + ImportStateVerifyIgnore: strings.Fields("updated_at"), }, { ResourceName: userFullResourceName,