Skip to content

Commit

Permalink
Add AWS Region to failing kube test (#4548)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 authored and Ilya Kislenko committed Dec 11, 2018
1 parent e7b706e commit 977a152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/function/create_volume_snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ func (s *CreateVolumeSnapshotTestSuite) TestGetPVCInfo(c *C) {
ObjectMeta: metav1.ObjectMeta{
Name: "pv-test-1",
Labels: map[string]string{
kube.PVZoneLabelName: "us-west-2a",
kube.PVZoneLabelName: "us-west-2a",
kube.PVRegionLabelName: "us-west-2",
},
},
Spec: v1.PersistentVolumeSpec{
Expand Down

0 comments on commit 977a152

Please sign in to comment.