Skip to content

Commit 406941a

Browse files
authored
Redact pat in test file (#24285)
1 parent 136a239 commit 406941a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Automation/Automation.Test/ScenarioTests/SourceControlTests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ $testReposInfo = @{
4343
Branch = "preview"
4444
FolderPath = "Azure/MyRunbooks"
4545
SourceType = "VsoGit"
46-
PersonalAccessToken = "3qdxa22lutnhezd4atpna74jn3m7wgo6o6kfbwezjfnvgbjhvoca"
46+
PersonalAccessToken = "REDACTED"
4747
}
4848

4949
VsoTfvc = @{
5050
Name = "AASourceControl-VsoTfvc"
5151
RepoUrl = "https://francisco-gamino.visualstudio.com/VsoTfvc-SwaggerAndCmdletsTests/_versionControl"
5252
FolderPath = "/MyRunbooks"
5353
SourceType = "VsoTfvc"
54-
PersonalAccessToken = "3qdxa22lutnhezd4atpna74jn3m7wgo6o6kfbwezjfnvgbjhvoca"
54+
PersonalAccessToken = "REDACTED"
5555
}
5656

5757
GitHub = @{
@@ -60,7 +60,7 @@ $testReposInfo = @{
6060
Branch = "ps"
6161
FolderPath = "/"
6262
SourceType = "GitHub"
63-
PersonalAccessToken = "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"
63+
PersonalAccessToken = "REDACTED"
6464
}
6565
}
6666

0 commit comments

Comments
 (0)