Skip to content

Commit 98d5937

Browse files
chore: adding in region tag for cloud storage v2 unit test docs (GoogleCloudPlatform#10507)
* refactor: adding in region tag to link back to cloud storage v2 unit test docs * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c165431 commit 98d5937

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

functions/v2/storage/main_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START functions_cloudevent_storage_unit_test]
1516

1617
from cloudevents.http import CloudEvent
1718
import pytest
@@ -55,3 +56,6 @@ def test_functions_eventsource_storage(capsys: pytest.LogCaptureFixture) -> None
5556
assert metageneration == 1
5657
assert "2021-10-10 00:00:00.000000Z" in timeCreated
5758
assert "2021-11-11 00:00:00.000000Z" in updated
59+
60+
61+
# [END functions_cloudevent_storage_unit_test]

0 commit comments

Comments
 (0)