Skip to content
This repository was archived by the owner on Mar 17, 2022. It is now read-only.

Commit cee8bbb

Browse files
committed
fixing settings
1 parent 154e11d commit cee8bbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/triage_test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ const mockClient = sinon.stub().returns({
8989
autoMlMock = {v1beta1: {PredictionServiceClient: mockClient}};
9090
const mockSettings = {
9191
secretToken: 'foo',
92+
projectId: 'test-project',
93+
computeRegion: 'uscentral',
94+
topicName: 'testTopic',
95+
modelId: 'test-model'
9296
};
9397

9498
describe('triage()', function() {

0 commit comments

Comments
 (0)