Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 11347a9

Browse files
committed
Fix tests
1 parent 4556aab commit 11347a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/services/semaphore.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('Semaphore CI Provider', function() {
3030
process.env.BRANCH_NAME = 'master'
3131
process.env.SEMAPHORE_REPO_SLUG = 'owner/repo'
3232
expect(semaphore.configuration()).toEqual({
33-
service: 'semaphore1x',
33+
service: 'semaphore',
3434
commit: '5678',
3535
build: '1234.1',
3636
branch: 'master',

test/services/semaphore2x.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('Semaphore 2.x CI Provider', function() {
2828
process.env.SEMAPHORE_GIT_SHA = '5c84719708b9b649b9ef3b56af214f38cee6acde'
2929
process.env.SEMAPHORE_WORKFLOW_ID = '65c9bb1c-aeb6-41f0-b8d9-6fa177241cdf'
3030
expect(semaphore2.configuration()).toEqual({
31-
service: 'semaphore2x',
31+
service: 'semaphore',
3232
branch: 'development',
3333
build: '65c9bb1c-aeb6-41f0-b8d9-6fa177241cdf',
3434
commit: '5c84719708b9b649b9ef3b56af214f38cee6acde',

0 commit comments

Comments
 (0)