Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Grass committed Dec 14, 2024
1 parent d0361a0 commit 5ef1ae7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flyteadmin/pkg/data/implementations/azure_remote_url_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import (

type mockMetadata struct{}

func (m mockMetadata) ContentMD5() string {
return ""
}

func (m mockMetadata) Exists() bool {
return true
}
Expand Down

0 comments on commit 5ef1ae7

Please sign in to comment.