Skip to content

Commit

Permalink
delete AZs check for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
iclonghoang committed Apr 5, 2022
1 parent e39d29c commit 02b1822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acc_test/resource_redis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func TestRedisResource(t *testing.T) {
testCheckResourceValid(resourceName),
testCheckResourceCreated(resourceName, hostname, username, apiKey),
checkClusterRunning(resourceName, hostname, username, apiKey),
testCheckContactIPCorrect(resourceName, hostname, username, apiKey, 5, 5),
),
},
{
Expand Down

0 comments on commit 02b1822

Please sign in to comment.