Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Aug 16, 2023
1 parent 8da7c52 commit 3eb4fe9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/service/memorydb/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ func TestAccMemoryDBUser_iam_auth_mode(t *testing.T) {
testAccCheckUserExists(ctx, resourceName),
resource.TestCheckResourceAttr(resourceName, "access_string", "on ~* &* +@all"),
acctest.CheckResourceAttrRegionalARN(resourceName, "arn", "memorydb", "user/"+rName),
//resource.TestCheckResourceAttr(resourceName, "authentication_mode.0.password_count", "1"),
//resource.TestCheckResourceAttr(resourceName, "authentication_mode.0.passwords.#", "1"),
//resource.TestCheckTypeSetElemAttr(resourceName, "authentication_mode.0.passwords.*", "aaaaaaaaaaaaaaaa"),
resource.TestCheckResourceAttr(resourceName, "authentication_mode.0.type", "iam"),
resource.TestCheckResourceAttrSet(resourceName, "minimum_engine_version"),
resource.TestCheckResourceAttr(resourceName, "user_name", rName),
Expand Down

0 comments on commit 3eb4fe9

Please sign in to comment.