Skip to content

Commit 2494efc

Browse files
author
Ace Nassri
authored
Remove extra parenthesis from region tag (#1620)
**N.B:** this causes the unit test block itself to be indented. @labtopia we should fix that in the docs (using the `adjust_indentation` parameter - see my comment on the bug).
1 parent 1b2365a commit 2494efc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

functions/helloworld/test/sample.integration.http.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,4 @@ describe('functions_helloworld_http HTTP integration test', () => {
7272
assert.strictEqual(response.statusCode, 200);
7373
assert.strictEqual(response.body, `Hello World!`);
7474
});
75-
// [START functions_http_integration_test]
7675
});
77-
// [END functions_http_integration_test]

0 commit comments

Comments
 (0)