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
@@ -422,7 +422,7 @@ func doTestSetUp(scenario struct {
|
||||
g := mounter.(*gitRepoVolumeMounter)
|
||||
g.exec = &fake
|
||||
|
||||
g.SetUp(nil)
|
||||
g.SetUp(volume.MounterArgs{})
|
||||
|
||||
if fake.CommandCalls != len(expecteds) {
|
||||
allErrs = append(allErrs,
|
||||
|
||||
Reference in New Issue
Block a user