Merge pull request #2883 from elboulangero/fix-container-creation-time-in-tests
Fix container creation time in test/builders
This commit is contained in:
@ -17,7 +17,7 @@ func Container(name string, builders ...func(container *types.Container)) *types
|
||||
Command: "top",
|
||||
Image: "busybox:latest",
|
||||
Status: "Up 1 second",
|
||||
Created: time.Now().UnixNano(),
|
||||
Created: time.Now().Unix(),
|
||||
}
|
||||
|
||||
for _, builder := range builders {
|
||||
|
||||
Reference in New Issue
Block a user