mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-12-18 05:03:41 +00:00
replace several store_true keys to booleanoptionalaction alternative (#74)
This commit is contained in:
@ -28,5 +28,5 @@ def test_run(args: argparse.Namespace, configuration: Configuration, mocker: Moc
|
||||
mocker.patch("ahriman.models.repository_paths.RepositoryPaths.tree_create")
|
||||
application_mock = mocker.patch("ahriman.application.application.Application.sign")
|
||||
|
||||
Sign.run(args, "x86_64", configuration, True, False)
|
||||
Sign.run(args, "x86_64", configuration, report=False, unsafe=False)
|
||||
application_mock.assert_called_once_with([])
|
||||
|
||||
Reference in New Issue
Block a user