Skip to content

Commit b5cf45a

Browse files
committed
resolve conflict
1 parent 4b17f54 commit b5cf45a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/integration/functional_test.go

-4
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,6 @@ func startHTTPProxy(t *testing.T) (*http.Server, error) {
18511851
}(srv, t)
18521852
return srv, nil
18531853
}
1854-
<<<<<<< HEAD
18551854

18561855
func startMinikubeWithProxy(ctx context.Context, t *testing.T, profile string, proxyEnv string, addr string) {
18571856
// Use more memory so that we may reliably fit MySQL and nginx
@@ -1882,8 +1881,6 @@ func startMinikubeWithProxy(ctx context.Context, t *testing.T, profile string, p
18821881
t.Errorf("start stderr=%s, want: *%s*", rr.Stderr.String(), want)
18831882
}
18841883
}
1885-
||||||| parent of 730473887 (add --components flag for verion command)
1886-
=======
18871884

18881885
// validateVersionCmd asserts `minikube version` command works fine for both --short and --components
18891886
func validateVersionCmd(ctx context.Context, t *testing.T, profile string) {
@@ -1917,4 +1914,3 @@ func validateVersionCmd(ctx context.Context, t *testing.T, profile string) {
19171914
})
19181915

19191916
}
1920-
>>>>>>> 730473887 (add --components flag for verion command)

0 commit comments

Comments
 (0)