mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
Tests: fix option name for dsctl
389-ds-base has modified one option name in dsctl, and our test test_uninstallation.py::TestUninstallBase::()::test_failed_uninstall is still using the old option (--doit) instead of the new one (--do-it). Fixes: https://pagure.io/freeipa/issue/7856 Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
b763bc7952
commit
0376d7043c
@ -115,5 +115,5 @@ class TestUninstallBase(IntegrationTest):
|
||||
])
|
||||
|
||||
self.master.run_command([
|
||||
paths.DSCTL, serverid, 'remove', '--doit'
|
||||
paths.DSCTL, serverid, 'remove', '--do-it'
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user