Skip to content

Commit eee0910

Browse files
committed
chore(secrets): refresh detect-secrets baseline for shifted line numbers
The preceding carrier-key fix added new imports to tests/unit/tracing/test_distributed.py which shifted the sole known non-secret (a documented 'pass' string literal, already flagged as is_verified=false) from line 64 to line 70. No new secrets; no value changes; just baseline bookkeeping so the detect-secrets gate passes.
1 parent 25001b0 commit eee0910

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/detect-secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7188,7 +7188,7 @@
71887188
"filename": "tests/unit/tracing/test_distributed.py",
71897189
"hashed_secret": "9d4e1e23bd5b727046a9e3b4b7db57bd8d6ee684",
71907190
"is_verified": false,
7191-
"line_number": 64
7191+
"line_number": 70
71927192
}
71937193
],
71947194
"tests/unit/utils/test_security.py": [
@@ -7257,5 +7257,5 @@
72577257
}
72587258
]
72597259
},
7260-
"generated_at": "2026-04-22T06:08:57Z"
7260+
"generated_at": "2026-04-22T12:48:44Z"
72617261
}

0 commit comments

Comments
 (0)