Skip to content

Commit

Permalink
chore(kafka_topic): improve config zero-value test
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov committed Jan 12, 2024
1 parent 76a997b commit 47591c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/sdkprovider/service/kafkatopic/kafka_topic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func TestAccAivenKafkaTopic_basic(t *testing.T) {
resource.TestCheckResourceAttr(resourceName, "replication", "2"),
resource.TestCheckResourceAttr(resourceName, "termination_protection", "false"),
resource.TestCheckResourceAttr(resourceName, "config.0.retention_bytes", "1234"),
resource.TestCheckResourceAttr(resourceName, "config.0.local_retention_bytes", "123"),
),
},
},
Expand Down Expand Up @@ -165,7 +164,6 @@ resource "aiven_kafka_topic" "foo" {
min_cleanable_dirty_ratio = 0.01
delete_retention_ms = 50000
retention_bytes = 1234
local_retention_bytes = 123
}
}
Expand Down

0 comments on commit 47591c3

Please sign in to comment.