Skip to content

Commit

Permalink
Remove use of is_stream, as its not implemented in 6.13.z
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravtalreja1 authored Dec 28, 2023
1 parent e90674a commit 4ad8043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_fixtures/component/provision_capsule_pxe.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def capsule_provisioning_sat(
target_vlan_id=settings.provisioning.vlan_id,
target_host=module_capsule_configured.name,
provisioning_dns_zone=provisioning_domain_name,
sat_version='stream' if sat.is_stream else sat.version,
sat_version=sat.version,
deploy_scenario='capsule',
)

Expand Down

0 comments on commit 4ad8043

Please sign in to comment.