Skip to content

Commit

Permalink
Update listener_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rromic authored Aug 25, 2024
1 parent 2f1a0b5 commit 22e5f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/elbv2/listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ func TestAccELBV2Listener_Protocol_httpsTohttp(t *testing.T) {
},
},
{
Config: testAccListenerConfig_httpsToHttp(rName),
Config: testAccListenerConfig_httpsTohttp(rName),
Check: resource.ComposeAggregateTestCheckFunc(
testAccCheckListenerExists(ctx, resourceName, &conf),
resource.TestCheckResourceAttr("aws_lb.test", "load_balancer_type", "application"),
Expand Down

0 comments on commit 22e5f72

Please sign in to comment.