This commit is contained in:
Tomas Kopecek 2020-08-25 14:59:18 +02:00
parent 4240e269bc
commit 9f3f5ff37a

View file

@ -218,7 +218,7 @@ class TestParseTaskParams(utils.CliTestCase):
self.__run_parseTask_test('prepRepo', params, expect)
def test_createRepo(self):
params = [1, 'x86_64', {'id': 1, 'creation_ts': 0},
params = [1, 'x86_64', {'id': 1, 'create_ts': 0},
[{'external_repo_name': 'fedoraproject.net'},
{'external_repo_name': 'centos.org'}]]
expect = ["Repo ID: %i" % params[0]]