Merge pull request #15505 from dchen1107/fix

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-10-12 22:21:13 -07:00
commit 866d7d4fb9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ var _ = Describe("Etcd failure", func() {
Client: framework.Client,
Name: "baz",
Namespace: framework.Namespace.Name,
Image: "gcr.io/google_containers/nginx",
Image: "beta.gcr.io/google_containers/pause:2.0",
Replicas: 1,
})).NotTo(HaveOccurred())
})