Skip to content

Commit dd0e45a

Browse files
committed
fix(tests): correct formatting of trace headers in error handling test
1 parent 1f5e6e2 commit dd0e45a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integrations/gcp/test_gcp.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,7 @@ def cloud_function(functionhandler, event):
465465
x = 3/0
466466
return "3"
467467
"""
468-
% sentry_trace_header,
469-
w3c_trace_header,
468+
% (sentry_trace_header, w3c_trace_header)
470469
)
471470
+ FUNCTIONS_PRELUDE
472471
+ dedent(

0 commit comments

Comments
 (0)