Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrondier committed Dec 11, 2024
1 parent 5307b7e commit ec9e8ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/resources/database/resource_mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ec9e8ea

Please # to comment.