mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
add missing stub restore()
This commit is contained in:
parent
df03336bee
commit
a636fc7f12
@ -132,6 +132,7 @@ describe('#configureStack', () => {
|
||||
awsPlugin.serverless.service.provider.compiledCloudFormationTemplate
|
||||
.Outputs.ServerlessDeploymentBucketName.Value
|
||||
).to.equal(bucketName);
|
||||
awsPlugin.provider.request.restore();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user