diff --git a/tests/new_upgrades/conftest.py b/tests/new_upgrades/conftest.py index 226fe41bbf..1259b50762 100644 --- a/tests/new_upgrades/conftest.py +++ b/tests/new_upgrades/conftest.py @@ -69,7 +69,7 @@ def shared_checkout(shared_name): def shared_cap_checkout(shared_name): cap_inst = Broker( - workflow=settings.SERVER.deploy_workflows.capsule, + workflow=settings.CAPSULE.deploy_workflows.product, deploy_sat_version=settings.UPGRADE.FROM_VERSION, host_class=Capsule, upgrade_group=f'{shared_name}_shared_checkout',