Skip to content

Commit bee551c

Browse files
authored
Merge branch 'master' into windows-lts-2022
2 parents 17cb34a + b3dbb0d commit bee551c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/agent.Tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $global:WINDOWSFLAVOR = $items[1]
1313
$global:WINDOWSVERSION = $items[2]
1414

1515
# TODO: make this name unique for concurency
16-
$global:CONTAINERNAME = 'pester-jenkins-inbound-agent-{0}' -f $global:AGENT_IMAGE
16+
$global:CONTAINERNAME = 'pester-jenkins-agent-{0}' -f $global:AGENT_IMAGE
1717

1818
$global:CONTAINERSHELL="powershell.exe"
1919
if($global:WINDOWSFLAVOR -eq 'nanoserver') {

0 commit comments

Comments
 (0)