We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978a707 commit 47d6b01Copy full SHA for 47d6b01
tests/integrations/gcp/test_gcp.py
@@ -212,10 +212,7 @@ def cloud_function(functionhandler, event):
212
(exception,) = envelope_items[0]["exception"]["values"]
213
214
assert exception["type"] == "ServerlessTimeoutWarning"
215
- assert (
216
- exception["value"]
217
- == "WARNING: Function is about to time out."
218
- )
+ assert exception["value"] == "WARNING: Function is about to time out."
219
assert exception["mechanism"]["type"] == "threading"
220
assert not exception["mechanism"]["handled"]
221
0 commit comments