From 9f3f5ff37a1678a21befc10ec3c1ac0d412b31d9 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Aug 26 2020 07:26:00 +0000 Subject: fix test --- diff --git a/tests/test_cli/test_taskinfo.py b/tests/test_cli/test_taskinfo.py index 1c7ca6b..08bb3ca 100644 --- a/tests/test_cli/test_taskinfo.py +++ b/tests/test_cli/test_taskinfo.py @@ -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]]