We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13214d commit 3006265Copy full SHA for 3006265
1 file changed
functions/v2/http_logging/main_test.py
@@ -34,7 +34,7 @@ def test_functions_log_http_should_print_message(app, capsys):
34
os.environ["K_CONFIGURATION"] = "test-config-name"
35
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
36
mock_trace = "abcdef"
37
- mock_span = "2"
+ mock_span = "0000000000000002"
38
expected = {
39
"message": "Hello, world!",
40
"severity": "INFO",
0 commit comments