Skip to content

Commit

Permalink
feat: update automq_kafka_instance_resource_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Gezi-lzq committed Aug 7, 2024
1 parent f3689fc commit 33f8412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/automq_kafka_instance_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestAccKafkaInstanceResource(t *testing.T) {
{
Config: testAccKafkaInstanceResourceConfig(mockAutoMQTestServerUrl),
Check: resource.ComposeAggregateTestCheckFunc(
resource.TestCheckResourceAttr("automq_kafka_instance.test", "display_name", "test"),
resource.TestCheckResourceAttr("automq_kafka_instance.test", "name", "test"),
),
},
},
Expand Down

0 comments on commit 33f8412

Please sign in to comment.