Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/profiling/test_gunicorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _test_gunicorn(
# when run on GitLab CI. We need to match either of these two.
filename_regex = r"^(?:__init__\.py|gunicorn-app\.py)$"

expected_location = pprof_utils.StackLocation(function_name="fib", filename=filename_regex, line_no=8)
expected_location = pprof_utils.StackLocation(function_name="fib", filename=filename_regex, line_no=12)

pprof_utils.assert_profile_has_sample(
profile,
Expand Down
Loading