Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 98d5937

Browse filesBrowse 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
Copy full SHA for 98d5937

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎functions/v2/storage/main_test.py

Copy file name to clipboardExpand all lines: functions/v2/storage/main_test.py
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.