Skip to content

Commit 81be15a

Browse files
test: update tests
1 parent f4bc60a commit 81be15a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/lib/settings.test.js

+2
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ repository:
237237
describe('repository defined in a file using the .yaml extension', () => {
238238
beforeEach(() => {
239239
stubConfig = {
240+
deploymentConfig: {},
240241
repoConfigs: {
241242
'repository.yaml': { repository: { name: 'repository', config: 'config1' } }
242243
}
@@ -257,6 +258,7 @@ repository:
257258
describe('repository defined in a file using the .yml extension', () => {
258259
beforeEach(() => {
259260
stubConfig = {
261+
deploymentConfig: {},
260262
repoConfigs: {
261263
'repository.yml': { repository: { name: 'repository', config: 'config1' } }
262264
}

0 commit comments

Comments
 (0)