Skip to content

Commit

Permalink
hashicorp#24317: Changes as per review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavmb committed Jan 10, 2024
1 parent b47569d commit 8318985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/redis/redis_cache_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func TestAccRedisCache_basic(t *testing.T) {
check.That(data.ResourceName).Key("minimum_tls_version").Exists(),
check.That(data.ResourceName).Key("primary_connection_string").Exists(),
check.That(data.ResourceName).Key("secondary_connection_string").Exists(),
check.That(data.ResourceName).Key("redis_configuration.0.preferred_data_persistence_auth_method").HasValue("SAS"),
),
},
data.ImportStep(),
Expand Down

0 comments on commit 8318985

Please sign in to comment.