diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-24 13:04:36 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-24 16:07:39 +0200 |
commit | d3d3a207de06935f77edd937980e2540f62bc11c (patch) | |
tree | 184e01b7c8922af1ec23a567d8f652d59fbf6c59 /pkg/bindings/images | |
parent | 6c6e97018768ab5e0eeccc34ee4de64887fde119 (diff) | |
download | podman-d3d3a207de06935f77edd937980e2540f62bc11c.tar.gz podman-d3d3a207de06935f77edd937980e2540f62bc11c.tar.bz2 podman-d3d3a207de06935f77edd937980e2540f62bc11c.zip |
pkg/bindings/images/rm.go: remove redundant FIXME
The Remove endpoint is being tested in the meantime.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'pkg/bindings/images')
-rw-r--r-- | pkg/bindings/images/rm.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/bindings/images/rm.go b/pkg/bindings/images/rm.go index b80bacf45..eb3eef10c 100644 --- a/pkg/bindings/images/rm.go +++ b/pkg/bindings/images/rm.go @@ -16,9 +16,6 @@ func Remove(ctx context.Context, images []string, options *RemoveOptions) (*enti if options == nil { options = new(RemoveOptions) } - // FIXME - bindings tests are missing for this endpoint. Once the CI is - // re-enabled for bindings, we need to add them. At the time of writing, - // the tests don't compile. var report types.LibpodImagesRemoveReport conn, err := bindings.GetClient(ctx) if err != nil { |