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
Copy file name to clipboardExpand all lines: internal/docker/errors/errors_test.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ import (
15
15
16
16
funcTestTrimExtraInfo(t*testing.T) {
17
17
const (
18
-
before=`Error response from daemon: container encountered an error during CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2) extra info: { "User":"ContainerUser" }`//nolint:lll
19
-
after=`Error response from daemon: container encountered an error during CreateProcess: failure in a Windows system call: The system cannot find the file specified.`//nolint:lll
18
+
before=`Error response from daemon: container encountered an error during CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2) extra info: { "User":"ContainerUser" }`//nolint:lll
19
+
after=`Error response from daemon: container encountered an error during CreateProcess: failure in a Windows system call: The system cannot find the file specified.`//nolint:lll
0 commit comments