Skip to content

Commit

Permalink
Correct acceptance test configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Dec 23, 2024
1 parent 9b61072 commit d1ab55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/events/buses_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "aws_cloudwatch_event_bus" "test" {
}
data "aws_cloudwatch_event_buses" "by_name_prefix" {
name_prefix = aws_cloudwatch_event_bus.name
name_prefix = aws_cloudwatch_event_bus.test.name
}
data "aws_cloudwatch_event_buses" "all" {
Expand Down

0 comments on commit d1ab55d

Please sign in to comment.