fix tests
This commit is contained in:
parent
bf5684a122
commit
c754713818
3 changed files with 5 additions and 4 deletions
|
|
@ -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_time': '1970-1-1 0:0:0'},
|
||||
params = [1, 'x86_64', {'id': 1, 'creation_ts': 0},
|
||||
[{'external_repo_name': 'fedoraproject.net'},
|
||||
{'external_repo_name': 'centos.org'}]]
|
||||
expect = ["Repo ID: %i" % params[0]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue