We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd4b61 commit cd417c6Copy full SHA for cd417c6
tests/main.test.ts
@@ -54,7 +54,6 @@ describe('#run', function () {
54
authenticateGcloudSDK: sinon.stub(setupGcloud, 'authenticateGcloudSDK'),
55
getLatestGcloudSDKVersion: sinon.stub(setupGcloud, 'getLatestGcloudSDKVersion'),
56
isInstalled: sinon.stub(setupGcloud, 'isInstalled').returns(true),
57
- setProject: sinon.stub(setupGcloud, 'setProject'),
58
getExecOutput: sinon
59
.stub(exec, 'getExecOutput')
60
.resolves({ exitCode: 0, stderr: '', stdout: '{}' }),
0 commit comments