This commit is contained in:
Guillaume Tardif 2020-06-16 15:55:03 +02:00
parent 13d3a52273
commit ef2f90b334
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ func (s *E2eSuite) TestMockBackend() {
})
It("can run inspect command on container", func() {
golden.Assert(s.T(), s.NewDockerCommand("inspect", "id").ExecOrDie(), "inspect-id")
golden.Assert(s.T(), s.NewDockerCommand("inspect", "id").ExecOrDie(), "inspect-id.golden")
})
It("can run 'run' command", func() {