Skip to content

Commit

Permalink
remove old api mock
Browse files Browse the repository at this point in the history
Signed-off-by: wayner0628 <[email protected]>
  • Loading branch information
wayner0628 committed Sep 15, 2024
1 parent 2703848 commit 99847bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions flyteadmin/pkg/common/mocks/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ func (t *TestDataStore) CreateSignedURL(ctx context.Context, reference storage.D
return storage.SignedURLResponse{URL: *signedURL}, nil
}

func (t *TestDataStore) GetItems(ctx context.Context, reference storage.DataReference) ([]string, error) {
var s []string
return s, nil
}

// Retrieves a byte array from the Blob store or an error
func (t *TestDataStore) ReadRaw(ctx context.Context, reference storage.DataReference) (io.ReadCloser, error) {
return NopCloser{}, nil
Expand Down
8 changes: 0 additions & 8 deletions flytestdlib/storage/mocks/raw_store.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99847bd

Please sign in to comment.