From fb63c6cce816c87cf17de123cca415488385fbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stav=C4=9Bl=20=40=20RedHat?= Date: Wed, 18 Dec 2024 21:51:25 +0100 Subject: [PATCH] Card-ID: CCT-738 - integration tests for DBus Unregister method --- integration-tests/test_unregister.py | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-tests/test_unregister.py b/integration-tests/test_unregister.py index f04b47363..f8c710e19 100644 --- a/integration-tests/test_unregister.py +++ b/integration-tests/test_unregister.py @@ -39,7 +39,6 @@ def test_unregister(any_candlepin, subman, test_config): username=candlepin_config("username"), password=candlepin_config("password"), org=candlepin_config("org"), - environments=first(candlepin_config("environment", "names")), ) loop_until(lambda: subman.is_registered)