Skip to content

Commit 2128fbd

Browse files
committed
test: fix test
1 parent cc9750f commit 2128fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/pro/testdata/pro_database_with_replica.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)