From fb55967af16356d12394e4bc8c17c77f58473df1 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:02:24 -0500 Subject: [PATCH] [6.14.z] small correction in hammer repository create command (#13957) --- tests/foreman/cli/test_repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/cli/test_repository.py b/tests/foreman/cli/test_repository.py index b43da6e4e81..84150f2494a 100644 --- a/tests/foreman/cli/test_repository.py +++ b/tests/foreman/cli/test_repository.py @@ -2638,7 +2638,7 @@ def test_positive_sync_ansible_collection_from_satellite(self, repo, target_sat) 'product-id': prod_2['id'], 'url': published_url, 'content-type': 'ansible_collection', - 'ansible-collection-reqirements': '{collections: \ + 'ansible-collection-requirements': '{collections: \ [{ name: theforeman.operations, version: "0.1.0"}]}', } )