mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update test_util_test_tools.py following change to util_test_tools.init_repo()
A util_test_tools.init_repo() parameter name was changed from 'tuf' to 'using_tuf', however, test_util_test_tools was not updated following the name change.
This commit is contained in:
parent
42479b1d60
commit
cc0d7f9e89
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ def setUp(self):
|
|||
tuf.repo.keystore.clear_keystore()
|
||||
|
||||
# Unpacking necessary parameters returned from init_repo()
|
||||
essential_params = util_test_tools.init_repo(tuf=True)
|
||||
essential_params = util_test_tools.init_repo(using_tuf=True)
|
||||
self.root_repo = essential_params[0]
|
||||
self.url = essential_params[1]
|
||||
self.server_proc = essential_params[2]
|
||||
|
|
|
|||
Loading…
Reference in a new issue