Skip to content

Commit

Permalink
fix: add closing bracket in functions_http_system_test (#3075)
Browse files Browse the repository at this point in the history
* add closing bracket in functions_http_system_test

Without this closing bracket, the tag creates an invalid sample.
b/271558999

* fix lint

---------

Co-authored-by: Karl Weinmeister <[email protected]>
  • Loading branch information
muncus and kweinmeister authored Mar 10, 2023
1 parent 2d822e7 commit 9d7a533
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ describe('system tests', () => {
});
assert.strictEqual(response.data, 'Hello World!');
});
// [START functions_http_system_test]
});
// [END functions_http_system_test]

0 comments on commit 9d7a533

Please sign in to comment.