Skip to content

Commit

Permalink
Print error
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed Sep 25, 2024
1 parent e8d32fe commit b8b14a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/upgrades_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ var _ = Describe("ManagedOSImage Upgrade e2e tests", Ordered, func() {
if err == nil {
return up.Spec.Version
}
fmt.Println(err)
return ""
}, 3*time.Minute, 2*time.Second).Should(Equal("v1.0"))

Expand Down

0 comments on commit b8b14a4

Please sign in to comment.