Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: rcmadhankumar <[email protected]>
  • Loading branch information
rcmadhankumar committed May 3, 2024
1 parent afae4e4 commit ab3e131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/describe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,8 @@ images:
require.NoError(t, err)
})

// cleanup fake registry as it is not needed anymore
fakeRegistryBuilder.CleanUp()
logger.Section("executes describe command", func() {
stdout := imgpkg.Run(
[]string{"describe",
Expand Down

0 comments on commit ab3e131

Please sign in to comment.