diff options
Diffstat (limited to 'tests/test_api.py')
| -rw-r--r-- | tests/test_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index 9305b98..f495ef5 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -29,7 +29,7 @@ def test_install(): def test_uninstall(): - api.uninstall("test", confirm=True) + api.uninstall("test", is_confirm=True) def test_check(): |
