From 92ce38d69899d41141ead97ae74d26bc36b0e8fa Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sat, 17 Oct 2020 00:47:13 +0300 Subject: [PATCH] fix test name --- aws/resource_aws_fsx_lustre_file_system_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/resource_aws_fsx_lustre_file_system_test.go b/aws/resource_aws_fsx_lustre_file_system_test.go index 577dd0006cbd..9451725ab73c 100644 --- a/aws/resource_aws_fsx_lustre_file_system_test.go +++ b/aws/resource_aws_fsx_lustre_file_system_test.go @@ -620,7 +620,7 @@ func TestAccAWSFsxLustreFileSystem_StorageTypeHddDriveCacheNone(t *testing.T) { }) } -func TestAccAWSFsxLustreFileSystemCopyTagsToBackups(t *testing.T) { +func TestAccAWSFsxLustreFileSystem_copyTagsToBackups(t *testing.T) { var filesystem fsx.FileSystem resourceName := "aws_fsx_lustre_file_system.test"