Change fsGroup to mounterArgs in volume.SetUp() to allow for future extension.
This commit is contained in:

committed by
Robert Krawitz

parent
472b9011d5
commit
5b97b2860d
@@ -163,7 +163,7 @@ func doTestPlugin(t *testing.T, config pluginTestConfig) {
|
||||
t.Errorf("Got unexpected path: %s", volPath)
|
||||
}
|
||||
|
||||
if err := mounter.SetUp(nil); err != nil {
|
||||
if err := mounter.SetUp(volume.MounterArgs{}); err != nil {
|
||||
t.Errorf("Expected success, got: %v", err)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user