Skip to content

Commit d02e7e5

Browse files
committed
revert wrong change
Signed-off-by: dklimpel <[email protected]>
1 parent 16257d5 commit d02e7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman/tests/unit/test_imagesmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_prune_filters(self, mock):
181181
"""Unit test filters param for Images prune()."""
182182
mock.post(
183183
tests.LIBPOD_URL + "/images/prune?filters=%7B%22dangling%22%3A+%5B%22True%22%5D%7D",
184-
params=[
184+
json=[
185185
{
186186
"Id": "326dd9d7add24646a325e8eaa82125294027db2332e49c5828d96312c5d773ab",
187187
"Size": 1024,

0 commit comments

Comments
 (0)