We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ff208 commit 24e1765Copy full SHA for 24e1765
‎integration/suite_test.go
@@ -46,7 +46,7 @@ func TestIntegration(t *testing.T) {
46
}
47
48
var _ = BeforeSuite(func(done Done) {
49
- logf.SetLogger(zap.LoggerTo(GinkgoWriter, true))
+ logf.SetLogger(zap.New(zap.UseDevMode(true), zap.WriteTo(GinkgoWriter)))
50
51
if os.Getenv("INTEGRATION_EXTERNAL_NAME") == "" {
52
Skip("Integration tests require $INTEGRATION_EXTERNAL_NAME and $INTEGRATION_IMAGE_NAME")
‎webhook/suite_test.go
@@ -40,7 +40,7 @@ func TestWebook(t *testing.T) {
40
41
42
43
44
45
By("bootstrapping test environment")
suiteHelper = cu.Functional().
0 commit comments