Skip to content

Commit

Permalink
fixing e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Dec 14, 2023
1 parent 9fdc455 commit f70f736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suite/plugin/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var _ = Describe("notation plugin install", func() {
It("with plugin executable file path", func() {
Host(nil, func(notation *utils.ExecOpts, _ *Artifact, vhost *utils.VirtualHost) {
notation.Exec("plugin", "install", "--file", NotationE2EPluginPath).
MatchErrContent("Succussefully installed plugin e2e-plugin, version 1.0.0\n")
MatchContent("Succussefully installed plugin e2e-plugin, version 1.0.0\n")
})
})

Expand Down

0 comments on commit f70f736

Please sign in to comment.