From f923f7f4c2c07d2a5fcd126ad3629d74c3706b94 Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Sun, 9 Jul 2023 21:31:30 +0200 Subject: [PATCH] test: fix gitlab data --- test/support/mock/gitlab-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/mock/gitlab-data.ts b/test/support/mock/gitlab-data.ts index ea68947..7df3263 100644 --- a/test/support/mock/gitlab-data.ts +++ b/test/support/mock/gitlab-data.ts @@ -110,7 +110,7 @@ export const PROJECT_EXAMPLE = { "build_git_strategy":"fetch", "keep_latest_artifact":true, "restrict_user_defined_variables":false, - "runners_token":"GR13489419z7QQ54AUgJaNMFD5asU", + "runners_token":"TOKEN", "runner_token_expiration_interval":null, "group_runners_enabled":true, "auto_cancel_pending_pipelines":"enabled",