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

Commit ef2f90b

Browse files
committed
Fix e2e
1 parent 13d3a52 commit ef2f90b

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)