From 164b283e2107231ccf778a57ec6514be8c788017 Mon Sep 17 00:00:00 2001 From: vijay sawant Date: Wed, 31 Jan 2024 21:09:17 +0530 Subject: [PATCH] small correction in hammer repository create command (#13956) (cherry picked from commit 67b7e33abeff6ec066939c808205a5e0f8039489) --- 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"}]}', } )