aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-24 19:08:15 +0800
committer苏向夜 <fu050409@163.com>2024-01-24 19:08:15 +0800
commit6b895a231cadd7a3ac12fb089a09bd90d8b1ffb6 (patch)
treee8a4c77393cef0b95b5cde8c1e050fd21a886703 /tests
parent3521280e1cbf81c8de89eaa4336952ba2c803693 (diff)
downloadipm-6b895a231cadd7a3ac12fb089a09bd90d8b1ffb6.tar.gz
ipm-6b895a231cadd7a3ac12fb089a09bd90d8b1ffb6.zip
:recycle: refactor(cli): use rich instead of multilogging to show output
Diffstat (limited to 'tests')
-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():