Skip to content

Commit 47d6b01

Browse files
committed
.
1 parent 978a707 commit 47d6b01

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integrations/gcp/test_gcp.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,7 @@ def cloud_function(functionhandler, event):
212212
(exception,) = envelope_items[0]["exception"]["values"]
213213

214214
assert exception["type"] == "ServerlessTimeoutWarning"
215-
assert (
216-
exception["value"]
217-
== "WARNING: Function is about to time out."
218-
)
215+
assert exception["value"] == "WARNING: Function is about to time out."
219216
assert exception["mechanism"]["type"] == "threading"
220217
assert not exception["mechanism"]["handled"]
221218

0 commit comments

Comments
 (0)