Skip to content

Commit

Permalink
test: Use distinct names for "serve bundle" e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlipovetsky committed Nov 8, 2024
1 parent f6f0747 commit 81bf4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/helmbundle/serve_bundle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/mesosphere/mindthegap/test/e2e/helmbundle/helpers"
)

var _ = Describe("Serve Bundle", func() {
var _ = Describe("Serve Helm Bundle", func() {
var (
bundleFile string
cmd *cobra.Command
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/imagebundle/serve_bundle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/mesosphere/mindthegap/test/e2e/imagebundle/helpers"
)

var _ = Describe("Serve Bundle", func() {
var _ = Describe("Serve Image Bundle", func() {
var (
bundleFile string
cmd *cobra.Command
Expand Down

0 comments on commit 81bf4f3

Please sign in to comment.