mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
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>
This commit is contained in:
@ -16,9 +16,6 @@ func Remove(ctx context.Context, images []string, options *RemoveOptions) (*enti
|
|||||||
if options == nil {
|
if options == nil {
|
||||||
options = new(RemoveOptions)
|
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
|
var report types.LibpodImagesRemoveReport
|
||||||
conn, err := bindings.GetClient(ctx)
|
conn, err := bindings.GetClient(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user