From 44eeecae86d5abb7d18b812916a76dff92c11ab2 Mon Sep 17 00:00:00 2001 From: Ferruh Cihan <63190600+ferruhcihan@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:35:16 +0200 Subject: [PATCH] feat: update gitea test --- src/operator/gitea.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operator/gitea.test.ts b/src/operator/gitea.test.ts index 75b512e3..9c6fcb21 100644 --- a/src/operator/gitea.test.ts +++ b/src/operator/gitea.test.ts @@ -2,7 +2,7 @@ import { expect } from 'chai' import { buildTeamString } from './gitea' describe('giteaOperator', () => { - const teamNames = ['team-demo', 'team-demo2', 'team-demo3'] + const teamNames = ['demo', 'demo2', 'demo3'] it('should create a valid group mapping string with all the teams', () => { const mappingString = buildTeamString(teamNames) expect(mappingString).to.be.equal(