From 669b3e1baa21e67c72142a87f570a5c8d18058c3 Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 23 Jan 2025 10:33:18 +0100 Subject: [PATCH] chore: update tests --- tests/groups_labels.sh | 2 +- tests/personal_access_tokens.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/groups_labels.sh b/tests/groups_labels.sh index 5786dea..5c0cf3e 100755 --- a/tests/groups_labels.sh +++ b/tests/groups_labels.sh @@ -6,7 +6,7 @@ test_should_return_labels() { response=$(doRequest "GET" "${PROXY_BASE_PATH}/groups/${GROUP_ID}/labels") - doHave=$(has "${response}" "id" "26133076") + doHave=$(has "${response}" "id" "26982298") assert_equals "${doHave}" true # There are more than 20 labels on the group. diff --git a/tests/personal_access_tokens.sh b/tests/personal_access_tokens.sh index a677a20..4ad40a4 100644 --- a/tests/personal_access_tokens.sh +++ b/tests/personal_access_tokens.sh @@ -3,7 +3,7 @@ # includes . ./helpers.sh -name="Test gitlab-proxy " +name="GitLab proxy tests" test_should_return_token_description() { response=$(doRequest "GET" "${PROXY_BASE_PATH}/personal_access_tokens/self")