Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 8f6cd7c

Browse files
authored
Merge pull request #223 from docker/fix_e2e
Fix e2e
2 parents 13d3a52 + ef2f90b commit 8f6cd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func (s *E2eSuite) TestMockBackend() {
202202
})
203203

204204
It("can run inspect command on container", func() {
205-
golden.Assert(s.T(), s.NewDockerCommand("inspect", "id").ExecOrDie(), "inspect-id")
205+
golden.Assert(s.T(), s.NewDockerCommand("inspect", "id").ExecOrDie(), "inspect-id.golden")
206206
})
207207

208208
It("can run 'run' command", func() {

0 commit comments

Comments
 (0)