From 0717536d6a3101f12f214d8f1e494f604f858561 Mon Sep 17 00:00:00 2001 From: David Moore Date: Thu, 13 Jun 2024 11:05:17 -0400 Subject: [PATCH] docstrings --- robottelo/host_helpers/api_factory.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/robottelo/host_helpers/api_factory.py b/robottelo/host_helpers/api_factory.py index 19840ffd0f5..0197bbdedcf 100644 --- a/robottelo/host_helpers/api_factory.py +++ b/robottelo/host_helpers/api_factory.py @@ -485,8 +485,8 @@ def register_host_and_needed_setup( param force : bool, optional Force registration of the client to bypass? Default is False. A reused fixture content host will fail if already registered. - param loc : object, optional - Pass a location object to limit host visibility. Default is None, + param loc : instance, optional + Pass a location to limit host visibility. Default is None, making the client available to all locations. Required arguments below, can be any of the following type: @@ -514,7 +514,7 @@ def register_host_and_needed_setup( 6. Register the host using the activation-key associated with the content. 7. Add a rex_key to the client if desired. - Return: dict containing following entries + Return: dictionary containing following entries if succeeeded: result: success client: client