diff --git a/tests/inbound-agent.Tests.ps1 b/tests/inbound-agent.Tests.ps1 index 821b1c772..a5b3dff26 100644 --- a/tests/inbound-agent.Tests.ps1 +++ b/tests/inbound-agent.Tests.ps1 @@ -117,7 +117,7 @@ Describe "[$global:AGENT_TYPE > $global:AGENT_IMAGE] custom build args" { Push-Location -StackName 'agent' -Path "$PSScriptRoot/.." # Old version used to test overriding the build arguments. # This old version must have the same tag suffixes as the current windows images (`-jdk17-nanoserver` etc.), and the same Windows version (2019, 2022, etc.) - $TEST_VERSION = "3192.v713e3b_039fb_e" + $TEST_VERSION = "3198.v03a_401881f3e" $customImageName = "custom-${global:AGENT_IMAGE}" }