Skip to content

Commit 6b158dd

Browse files
committed
fix test
1 parent 665fecf commit 6b158dd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
issueLink: https://github.com/solo-io/gloo/issues/10369
4+
resolvesIssue: false
5+
description: >-
6+
Updating versions used in upgrade patch tests

test/kube2e/upgrade/upgrade_utils_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ var _ = Describe("upgrade utils unit tests", func() {
2626
It("should return latest patch", func() {
2727
ctx := context.Background()
2828
client, _ := githubutils.GetClient(ctx)
29-
minor, err := getLatestReleasedPatchVersion(ctx, client, "gloo", 1, 8)
29+
minor, err := getLatestReleasedPatchVersion(ctx, client, "gloo", 1, 9)
3030
Expect(err).NotTo(HaveOccurred())
31-
Expect(minor.String()).To(Equal("v1.8.37"))
31+
Expect(minor.String()).To(Equal("v1.9.30"))
3232
})
3333
})
3434

0 commit comments

Comments
 (0)