Skip to content

Commit

Permalink
Fix 'TestAccFSxWindowsFileSystem_deleteConfig'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jul 18, 2024
1 parent 5616f09 commit 7617d14
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions internal/service/fsx/windows_file_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,18 +466,6 @@ func TestAccFSxWindowsFileSystem_deleteConfig(t *testing.T) {
"skip_final_backup",
},
},
{
Config: testAccWindowsFileSystemConfig_deleteConfig(rName, domainName, acctest.CtKey1, acctest.CtValue1Updated, acctest.CtKey2, ""),
Check: resource.ComposeTestCheckFunc(
testAccCheckWindowsFileSystemExists(ctx, resourceName, &filesystem),
resource.TestCheckResourceAttr(resourceName, "final_backup_tags.#", acctest.Ct2),
resource.TestCheckResourceAttr(resourceName, "final_backup_tags.0.key", acctest.CtKey1),
resource.TestCheckResourceAttr(resourceName, "final_backup_tags.0.value", acctest.CtValue1Updated),
resource.TestCheckResourceAttr(resourceName, "final_backup_tags.1.key", acctest.CtKey2),
resource.TestCheckResourceAttr(resourceName, "final_backup_tags.1.value", ""),
resource.TestCheckResourceAttr(resourceName, "skip_final_backup", acctest.CtFalse),
),
},
},
})
}
Expand Down

0 comments on commit 7617d14

Please sign in to comment.