mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
ipatests: Add missing comma in test_idrange_no_rid_bases_reversed
The test is calling ipa idrange-add but is missing a comma in the arguments list. The resulting call is using "--rid-base 100300000--secondary-rid-base". Add the missing comma to build the command with "--rid-base 100300000 --secondary-rid-base" Fixes: https://pagure.io/freeipa/issue/9656 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
@@ -72,7 +72,7 @@ class TestIpaIdrangeFix(IntegrationTest):
|
||||
"idrange_reversed",
|
||||
"--base-id", '50000',
|
||||
"--range-size", '20000',
|
||||
"--rid-base", '100300000'
|
||||
"--rid-base", '100300000',
|
||||
"--secondary-rid-base", '301000'
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user