diff --git a/gates_tests/helpers/utils.py b/gates_tests/helpers/utils.py index 4577bc118..3bf389f33 100644 --- a/gates_tests/helpers/utils.py +++ b/gates_tests/helpers/utils.py @@ -519,4 +519,4 @@ def update_bootstrap_cli_yaml(): 'suite': 'auxiliary', 'type': 'deb', 'uri': 'http://127.0.0.1:8080/ubuntu/auxiliary/'} with YamlEditor(path, ip=actions.admin_ip) as editor: - editor['repos'].append(new_repo) + editor.content['repos'].append(new_repo)