Skip to content

Commit 3006265

Browse files
authored
fix: make mock span expected format (#13237)
1 parent f13214d commit 3006265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/v2/http_logging/main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_functions_log_http_should_print_message(app, capsys):
3434
os.environ["K_CONFIGURATION"] = "test-config-name"
3535
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
3636
mock_trace = "abcdef"
37-
mock_span = "2"
37+
mock_span = "0000000000000002"
3838
expected = {
3939
"message": "Hello, world!",
4040
"severity": "INFO",

0 commit comments

Comments
 (0)