Skip to content

Commit

Permalink
remove platform code
Browse files Browse the repository at this point in the history
  • Loading branch information
austencollins committed Jan 12, 2019
1 parent 6e316cc commit b015498
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/plugins/aws/deploy/lib/validateTemplate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ describe('validateTemplate', () => {
},
};
validateTemplateStub = sinon.stub(awsDeploy.provider, 'request');
sinon.stub(awsDeploy, 'createDeployment').resolves();
awsDeploy.serverless.cli = {
log: sinon.spy(),
};
});

afterEach(() => {
awsDeploy.provider.request.restore();
awsDeploy.createDeployment.restore();
});

describe('#validateTemplate()', () => {
Expand Down

0 comments on commit b015498

Please sign in to comment.