Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
inlined committed Dec 14, 2021
1 parent 0f294be commit 703f85b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/deploy/functions/release/reporter.spec.ts
Expand Up @@ -132,6 +132,7 @@ describe("reporter", () => {

await reporter.logAndTrackDeployStats(summary);

expect(trackStub).to.have.been.calledWith("functions_region_count", "1", 1);
expect(trackStub).to.have.been.calledWith("function_deploy_success", "v1.https", 2_000);
expect(trackStub).to.have.been.calledWith("function_deploy_failure", "v1.https", 1_000);
// Aborts aren't tracked because they would throw off timing metrics
Expand Down

0 comments on commit 703f85b

Please sign in to comment.