@@ -91,7 +91,7 @@ var _ = ginkgo.Describe("[sig-storage] GCP Volumes", func() {
91
91
}
92
92
93
93
// Must match content of test/images/volumes-tester/nfs/index.html
94
- volume .TestVolumeClient (f , c , config , nil , "" /* fsType */ , tests )
94
+ volume .TestVolumeClient (f , config , nil , "" /* fsType */ , tests )
95
95
})
96
96
})
97
97
@@ -114,7 +114,7 @@ var _ = ginkgo.Describe("[sig-storage] GCP Volumes", func() {
114
114
},
115
115
}
116
116
// Must match content of test/images/volume-tester/nfs/index.html
117
- volume .TestVolumeClient (f , c , config , nil , "" /* fsType */ , tests )
117
+ volume .TestVolumeClient (f , config , nil , "" /* fsType */ , tests )
118
118
})
119
119
})
120
120
@@ -147,7 +147,7 @@ var _ = ginkgo.Describe("[sig-storage] GCP Volumes", func() {
147
147
ExpectedContent : "Hello from GlusterFS!" ,
148
148
},
149
149
}
150
- volume .TestVolumeClient (f , c , config , nil , "" /* fsType */ , tests )
150
+ volume .TestVolumeClient (f , config , nil , "" /* fsType */ , tests )
151
151
})
152
152
})
153
153
})
0 commit comments