Fix: Mislabelling of function description 70/70570/2
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 30 Aug 2022 14:43:44 +0000 (15:43 +0100)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 30 Aug 2022 15:30:25 +0000 (16:30 +0100)
Issue: RELENG-4391
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: I65b4b14604c8b536ee5663a43b3b004f701e5660

lftools/lfidapi.py

index 1de0073..bdc7b3a 100755 (executable)
@@ -35,7 +35,7 @@ def check_response_code(response):
 
 
 def helper_check_group_exists(group):
-    """List members of a group."""
+    """Check group exists."""
     access_token, url = oauth_helper()
     url = PARSE(url, group)
     headers = {"Authorization": "Bearer " + access_token}