Skip to content

Commit

Permalink
lxd/storage/backend/mock: Updates CreateImage definition
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
  • Loading branch information
tomponline authored and stgraber committed Nov 1, 2019
1 parent 5bdd563 commit bf33fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxd/storage/backend_mock.go
Expand Up @@ -142,7 +142,7 @@ func (b *mockBackend) UnmountInstanceSnapshot(i Instance) (bool, error) {
return true, nil
}

func (b *mockBackend) CreateImage(img api.Image, op *operations.Operation) error {
func (b *mockBackend) CreateImage(fingerprint string, op *operations.Operation) error {
return nil
}

Expand Down

0 comments on commit bf33fe8

Please sign in to comment.