update CG_Importer.get_build test

This commit is contained in:
Mike McLean 2016-10-26 15:14:14 -04:00
parent f0918c7941
commit 23778dceb7

View file

@ -103,6 +103,7 @@ class TestCGImporter(unittest.TestCase):
x = kojihub.CG_Importer()
x.get_metadata('default.json', 'cg_importer_json')
x.prep_build()
x.prepped_outputs = []
get_build.return_value = {'id': 43, 'package_id': 1,
'package_name': 'testpkg',
'name': 'testpkg', 'version': '1.0.1e',