diff --git a/flyteadmin/pkg/data/implementations/azure_remote_url_test.go b/flyteadmin/pkg/data/implementations/azure_remote_url_test.go index 67da9551f7..cb422d1169 100644 --- a/flyteadmin/pkg/data/implementations/azure_remote_url_test.go +++ b/flyteadmin/pkg/data/implementations/azure_remote_url_test.go @@ -10,6 +10,10 @@ import ( type mockMetadata struct{} +func (m mockMetadata) ContentMD5() string { + return "" +} + func (m mockMetadata) Exists() bool { return true }