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

Commit 1430de5

Browse files
authored
Update test
1 parent a30b1f5 commit 1430de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/services/cirrus.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('Cirrus CI Provider', function() {
1515
process.env.CIRRUS_PR = 'blah'
1616
process.env.CIRRUS_REPO_FULL_NAME = 'owner/repo'
1717
expect(cirrus.configuration()).toEqual({
18-
service: 'cirrusci',
18+
service: 'cirrus-ci',
1919
commit: '5678',
2020
build: '1234.1',
2121
job: '1234.1',

0 commit comments

Comments
 (0)