Skip to content

Commit 1318e1b

Browse files
committed
quick upstream test update
1 parent 27fed56 commit 1318e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mode/static/nginx/runtime/manager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ var _ = Describe("NGINX Runtime Manager", func() {
184184
upstreams, err := manager.GetUpstreams()
185185

186186
Expect(err).NotTo(HaveOccurred())
187-
Expect(upstreams).To(Equal(expUpstreams))
187+
Expect(expUpstreams).To(Equal(upstreams))
188188
})
189189

190190
It("returns an error when GetUpstreams fails", func() {

0 commit comments

Comments
 (0)