Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhang3 committed Aug 16, 2024
1 parent 3ada3fc commit 4b0214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/redis/redis_cache_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ resource "azurerm_redis_cache" "test" {
name = "acctestRedis-%d"
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
capacity = 1
capacity = 3
family = "P"
sku_name = "Premium"
non_ssl_port_enabled = false
Expand Down

0 comments on commit 4b0214c

Please sign in to comment.