acc: add replacement for $TEST_INSTANCE_POOL_ID (#2473)

Using it in #2471
This commit is contained in:
Denis Bilenko 2025-03-12 10:40:36 +01:00 committed by GitHub
parent 85b4c9b4dd
commit 6a7c7d75d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ func testAccept(t *testing.T, InprocessMode bool, singleTest string) int {
// do it last so that full paths match first:
repls.SetPath(buildDir, "[BUILD_DIR]")
repls.Set(os.Getenv("TEST_INSTANCE_POOL_ID"), "[TEST_INSTANCE_POOL_ID]")
testdiff.PrepareReplacementsDevVersion(t, &repls)
testdiff.PrepareReplacementSdkVersion(t, &repls)
testdiff.PrepareReplacementsGoVersion(t, &repls)