14199: Reduce logging noise from azure test stubs.
[arvados.git] / services / keepstore / volume_test.go
index 58934813fa46d57481c53133879d938bbac2d352..43ddd090cc1cfd22419e80aa86f1e838ffebd479 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
@@ -237,3 +241,7 @@ func (v *MockVolume) Replication() int {
 
 func (v *MockVolume) EmptyTrash() {
 }
+
+func (v *MockVolume) GetStorageClasses() []string {
+       return nil
+}