Merge branch '19961-spot-interruption'
[arvados.git] / lib / dispatchcloud / test / stub_driver.go
index bb134e4543649155e16af2d8a0a159ab160e5d99..01af8e6d547931d43a5e72725159c72a7e6dd3ac 100644 (file)
@@ -471,6 +471,6 @@ func copyTags(src cloud.InstanceTags) cloud.InstanceTags {
        return dst
 }
 
-func (si stubInstance) PriceHistory() []cloud.InstancePrice {
+func (si stubInstance) PriceHistory(arvados.InstanceType) []cloud.InstancePrice {
        return nil
 }