14714: Corrects keepstore service distinction in the upgrade notes
[arvados.git] / lib / dispatchcloud / test / stub_driver.go
index 873d987327eafed2a53f6d63f0dcc17230dbeb0d..a9a5a429f3e941a0973ee394d6693f952e4e780c 100644 (file)
@@ -56,7 +56,7 @@ type StubDriver struct {
 }
 
 // InstanceSet returns a new *StubInstanceSet.
-func (sd *StubDriver) InstanceSet(params json.RawMessage, id cloud.InstanceSetID, logger logrus.FieldLogger) (cloud.InstanceSet, error) {
+func (sd *StubDriver) InstanceSet(params json.RawMessage, id cloud.InstanceSetID, _ cloud.SharedResourceTags, logger logrus.FieldLogger) (cloud.InstanceSet, error) {
        if sd.holdCloudOps == nil {
                sd.holdCloudOps = make(chan bool)
        }