diff options
| author | 2024-01-24 19:08:15 +0800 | |
|---|---|---|
| committer | 2024-01-24 19:08:15 +0800 | |
| commit | 6b895a231cadd7a3ac12fb089a09bd90d8b1ffb6 (patch) | |
| tree | e8a4c77393cef0b95b5cde8c1e050fd21a886703 /tests | |
| parent | 3521280e1cbf81c8de89eaa4336952ba2c803693 (diff) | |
| download | ipm-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.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(): |
