Skip to content

Commit f9a272e

Browse files
paulyufan2Copilot
andauthored
Update cni/network/invoker_cns_test.go
Co-authored-by: Copilot <[email protected]> Signed-off-by: Paul Yu <[email protected]>
1 parent 137d5c1 commit f9a272e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cni/network/invoker_cns_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2293,7 +2293,7 @@ func TestMultipleIBNICsToResult(t *testing.T) {
22932293
}
22942294

22952295
for _, macAddress := range macAddressList {
2296-
fmt.Printf("want:%+v\nrest:%+v\n", tt.wantSecondaryInterfacesInfo[macAddress], ipamAddResult.interfaceInfo[macAddress])
2296+
t.Logf("want:%+v\nrest:%+v\n", tt.wantSecondaryInterfacesInfo[macAddress], ipamAddResult.interfaceInfo[macAddress])
22972297
require.EqualValues(tt.wantSecondaryInterfacesInfo[macAddress], ipamAddResult.interfaceInfo[macAddress], "incorrect response for IB")
22982298
}
22992299
})

0 commit comments

Comments
 (0)