Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/groups_labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tests/personal_access_tokens.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Loading