fix tests
This commit is contained in:
parent
58c0d47fa6
commit
ae5a7bf158
|
|
@ -669,6 +669,7 @@ func Test_stageBuilder_build(t *testing.T) {
|
|||
t.Errorf("couldn't create hash %v", err)
|
||||
}
|
||||
command := MockDockerCommand{
|
||||
command: "meow",
|
||||
contextFiles: []string{filePath},
|
||||
cacheCommand: MockCachedDockerCommand{
|
||||
contextFiles: []string{filePath},
|
||||
|
|
@ -701,6 +702,7 @@ func Test_stageBuilder_build(t *testing.T) {
|
|||
t.Errorf("couldn't create hash %v", err)
|
||||
}
|
||||
command := MockDockerCommand{
|
||||
command: "meow",
|
||||
contextFiles: []string{filePath},
|
||||
cacheCommand: MockCachedDockerCommand{
|
||||
contextFiles: []string{filePath},
|
||||
|
|
|
|||
Loading…
Reference in New Issue