8000 Fix failing functions test (#2549) · mikeguzman/python-docs-samples@f2dbe79 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit f2dbe79

Browse files
leahecolekurtisvg
authored andcommitted
Fix failing functions test (GoogleCloudPlatform#2549)
1 parent 099cfc3 commit f2dbe79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/helloworld/main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_hello_content_empty_json(app):
7070
with app.test_request_context(json=''):
7171
with pytest.raises(
7272
ValueError,
73-
message="JSON is invalid, or missing a 'name' property"):
73+
match="JSON is invalid, or missing a 'name' property"):
7474
main.hello_content(flask.request)
7575

7676

0 commit comments

Comments
 (0)
0