diff --git a/tests/test_policy.py b/tests/test_policy.py index 1e6bfa4..4786fca 100644 --- a/tests/test_policy.py +++ b/tests/test_policy.py @@ -39,7 +39,7 @@ def create_excuse(name): def create_source_package(version, section='devel', binaries=None): if binaries is None: binaries = [] - return SourcePackage(version, section, binaries, 'Random tester', False) + return SourcePackage(version, section, binaries, 'Random tester', False, '', '') def create_policy_objects(source_name, target_version, source_version):