Skip to content

Commit

Permalink
Fix failing functions test (#2549)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole authored and kurtisvg committed Nov 18, 2019
1 parent 099cfc3 commit f2dbe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/helloworld/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_hello_content_empty_json(app):
with app.test_request_context(json=''):
with pytest.raises(
ValueError,
message="JSON is invalid, or missing a 'name' property"):
match="JSON is invalid, or missing a 'name' property"):
main.hello_content(flask.request)


Expand Down

0 comments on commit f2dbe79

Please sign in to comment.