Skip to content

Commit

Permalink
Merge pull request #957 from skmatti/patch-1
Browse files Browse the repository at this point in the history
Bugfix: Fix service name in upgrade test
  • Loading branch information
k8s-ci-robot committed Nov 22, 2019
2 parents 5dd7e68 + e659b8c commit af57c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/e2e-test/upgrade/basic_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (bh *BasicHTTP) DuringUpgrade() error {
func (bh *BasicHTTP) PostUpgrade() error {
// force ingress update. only add path once
newIng := fuzz.NewIngressBuilderFromExisting(bh.ing).
AddPath("bar.com", "/", "service-1", port80).
AddPath("bar.com", "/", svcName, port80).
Build()
ingKey := common.NamespacedName(newIng)
// TODO: does the path need to be different for each upgrade
Expand Down

0 comments on commit af57c29

Please sign in to comment.