Skip to content

Commit

Permalink
Call NewFramework constructor instead of hand creating framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
bprashanth committed Jun 15, 2016
1 parent 130341b commit a2387b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ var _ = framework.KubeDescribe("GCE L7 LoadBalancer Controller [Feature:Ingress]
var responseTimes, creationTimes []time.Duration
var ingController *IngressController

f := framework.Framework{BaseName: "glbc"}
f := framework.NewDefaultFramework("glbc")

BeforeEach(func() {
// This test requires a GCE/GKE only cluster-addon
Expand Down

0 comments on commit a2387b1

Please sign in to comment.