Skip to content

Commit 32fbcd6

Browse files
vitaliytvclaude
andcommitted
fix(app): scrub leaked third-party org name from pipeline.rs test fixture
anadoluefes (a real Azure DevOps org discovered while manually verifying the Azure provider path against an unrelated private repo) had leaked into a unit-test fixture and its auto-generated doc's debug metadata. Replaced with the generic placeholder "contoso". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent af200dc commit 32fbcd6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/src-tauri/src/docs/pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ type: Rust Module
33
title: pipeline.rs
44
resource: app/src-tauri/src/pipeline.rs
55
docgen:
6-
crc: 2c882d38
6+
crc: 1d650e8a
77
model: omlx/gemma-4-e2b-it-4bit
88
score: 0
9-
issues: refusal-filler,anchor-miss:https://github.com/owner/repo(.git,anchor-miss:https://github.com/nitra/task.git,anchor-miss:https://github.com/nitra/task,anchor-miss:https://dev.azure.com/anadoluefes,best-of-2:retry-lost
9+
issues: refusal-filler,anchor-miss:https://github.com/owner/repo(.git,anchor-miss:https://github.com/nitra/task.git,anchor-miss:https://github.com/nitra/task,anchor-miss:https://dev.azure.com/contoso,best-of-2:retry-lost
1010
---
1111

1212
## Огляд

app/src-tauri/src/pipeline.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ mod tests {
462462
#[test]
463463
fn builds_azure_web_url_with_encoded_project_spaces() {
464464
assert_eq!(
465-
azure_web_url("https://dev.azure.com/anadoluefes", "My SFA", 42),
466-
"https://dev.azure.com/anadoluefes/My%20SFA/_build/results?buildId=42"
465+
azure_web_url("https://dev.azure.com/contoso", "My SFA", 42),
466+
"https://dev.azure.com/contoso/My%20SFA/_build/results?buildId=42"
467467
);
468468
}
469469

0 commit comments

Comments
 (0)