From 977063d202ce62199b12d18c417850c061c09b56 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 30 Aug 2022 15:43:44 +0100 Subject: [PATCH] Fix: Mislabelling of function description Issue: RELENG-4391 Signed-off-by: Matthew Watkins Change-Id: I65b4b14604c8b536ee5663a43b3b004f701e5660 --- lftools/lfidapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lftools/lfidapi.py b/lftools/lfidapi.py index 1de00733..bdc7b3ae 100755 --- a/lftools/lfidapi.py +++ b/lftools/lfidapi.py @@ -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} -- 2.16.6