aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py2
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():