Skip to content

Commit

Permalink
Fix domain read in discovery auto provision test (SatelliteQE#13708)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored and shweta83 committed Apr 10, 2024
1 parent 556f1b2 commit 7110cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_discoveredhost.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_positive_auto_provision_host_with_rule(
discovered_host.build = True

discovered_host_name = discovered_host.name
domain_name = provisioning_hostgroup.domain.name
domain_name = provisioning_hostgroup.domain.read().name
host_name = f'{discovered_host_name}.{domain_name}'

discovery_rule = sat.api.DiscoveryRule(
Expand Down

0 comments on commit 7110cc7

Please sign in to comment.