Skip to content

Commit 7cf4bb7

Browse files
committed
fix: incorrect test assertion
1 parent f3f294a commit 7cf4bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/pro/testdata/pro_subscription_boilerplate.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "rediscloud_subscription_database" "example" {
77
subscription_id = rediscloud_subscription.example.id
88
name = local.rediscloud_subscription_name
99
protocol = "redis"
10-
dataset_size_in_gb = 3
10+
dataset_size_in_gb = 1
1111
data_persistence = "none"
1212
data_eviction = "allkeys-random"
1313
throughput_measurement_by = "operations-per-second"

0 commit comments

Comments
 (0)