Merge pull request #223 from docker/fix_e2e

Fix e2e
This commit is contained in:
Guillaume Tardif 2020-06-16 16:06:51 +02:00 committed by GitHub
commit 8f6cd7c63f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {