From e189d68d601da7f7f052a237f33eb6388308cd60 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 3fe5494bac0..39d3f990b44 100644 --- a/tests/foreman/cli/test_repository.py +++ b/tests/foreman/cli/test_repository.py @@ -2602,7 +2602,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"}]}', } )