We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3116cc commit f2d65fbCopy full SHA for f2d65fb
test/component_test.go
@@ -189,6 +189,8 @@ func (s *ComponentSuite) TestBasic() {
189
assert.NoError(s.T(), err)
190
assert.Equal(s.T(), ingressStatus.Name, ingressName)
191
assert.NotEmpty(s.T(), ingressStatus.Status.LoadBalancer.Ingress[0].Hostname)
192
+
193
+ s.DriftTest(component, stack, nil)
194
}
195
196
func (s *ComponentSuite) TestEnabledFlag() {
0 commit comments