File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ func TestIntegration(t *testing.T) {
46
46
}
47
47
48
48
var _ = BeforeSuite(func(done Done) {
49
- logf.SetLogger(zap.LoggerTo(GinkgoWriter, true ))
49
+ logf.SetLogger(zap.New(zap.UseDevMode(true), zap.WriteTo(GinkgoWriter) ))
50
50
51
51
if os.Getenv("INTEGRATION_EXTERNAL_NAME") == "" {
52
52
Skip("Integration tests require $INTEGRATION_EXTERNAL_NAME and $INTEGRATION_IMAGE_NAME")
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func TestWebook(t *testing.T) {
40
40
}
41
41
42
42
var _ = BeforeSuite(func(done Done) {
43
- logf.SetLogger(zap.LoggerTo(GinkgoWriter, true ))
43
+ logf.SetLogger(zap.New(zap.UseDevMode(true), zap.WriteTo(GinkgoWriter) ))
44
44
45
45
By("bootstrapping test environment")
46
46
suiteHelper = cu.Functional().
You can’t perform that action at this time.
0 commit comments