Skip to content

Commit

Permalink
Integration: Move user provided bundle msg to right block
Browse files Browse the repository at this point in the history
Currently, it is part of different block which print it out during
testing of default bundle instead user provided one.
  • Loading branch information
praveenkumar committed Aug 1, 2023
1 parent c5e9294 commit 899dada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testsuite/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ func InitializeTestSuite(tctx *godog.TestSuiteContext) {
}

if bundleLocation == "" {
fmt.Println("Expecting the bundle provided by the user")
userProvidedBundle = false
bundleName = constants.GetDefaultBundle(preset.OpenShift)
} else {
fmt.Println("Expecting the bundle provided by the user")
userProvidedBundle = true
_, bundleName = filepath.Split(bundleLocation)
}
Expand Down

0 comments on commit 899dada

Please sign in to comment.