Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Kumar <itsdarshankumar@gmail.com>
  • Loading branch information
itsdarshankumar committed Mar 13, 2023
1 parent bebfe40 commit 9525a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/extension_package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func testExtensionPackageCommand(t *testing.T, when spec.G, it spec.S) {

err := cmd.Execute()
h.AssertNotNil(t, err)
h.AssertError(t, err, "--publish and --pull-policy never cannot be used together. The --publish flag requires the use of remote images.")
h.AssertError(t, err, "--publish and --pull-policy=never cannot be used together. The --publish flag requires the use of remote images.")
})
})

Expand Down

0 comments on commit 9525a10

Please sign in to comment.