You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}).toThrow('Validation failed with the following errors:\n [Default/ALB] Cannot automatically configure redirectHTTP: A listener already exists on port 80.');
1221
1221
});
1222
1222
1223
-
test('adds warning for imported load balancers',()=>{
1223
+
test('adds warning for imported load balancers with redirectHTTP and creates the redirect listener',()=>{
annotations.hasWarning('/Default/Service','Cannot automatically configure port 80 HTTP redirect with redirectHTTP: The construct cannot reliably determine if a port 80 listener already exists. Please configure the redirect manually on the port 80 listener.');
1256
+
1257
+
// Verify that we have two listeners - one for HTTPS and one for HTTP redirect
0 commit comments