From a48ba989e9e30e45ad4562a8080140deabd2e9db Mon Sep 17 00:00:00 2001 From: Lukas Hellebrandt Date: Fri, 26 Jan 2024 02:11:22 +0100 Subject: [PATCH] Wrong BZ --- tests/foreman/cli/test_host.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/foreman/cli/test_host.py b/tests/foreman/cli/test_host.py index b9ea7cd71a3..2b9985b5b08 100644 --- a/tests/foreman/cli/test_host.py +++ b/tests/foreman/cli/test_host.py @@ -2660,14 +2660,12 @@ def test_positive_create_and_update_with_content_source( :id: 5712f4db-3610-447d-b1da-0fe461577d59 - :BZ: 1260697, 1483252, 1313056, 1488465, 1361309 + :BZ: 1260697, 1483252, 1313056, 1488465 :expectedresults: A host is created with expected content source assigned and then content source is successfully updated :CaseImportance: High - - :customerscenario: true """ target_sat.cli.Repository.synchronize({'id': module_repository.id})