Skip to content

Commit f027d6a

Browse files
committed
test: fix test@
1 parent b2b78a0 commit f027d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/pro/testdata/pro_database_redis_7.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "rediscloud_subscription_database" "example" {
4141
subscription_id = rediscloud_subscription.example.id
4242
name = "example"
4343
protocol = "redis"
44-
dataset_size_in_gb = 3
44+
dataset_size_in_gb = 1
4545
data_persistence = "none"
4646
data_eviction = "allkeys-random"
4747
throughput_measurement_by = "operations-per-second"

0 commit comments

Comments
 (0)