mirror of https://github.com/databricks/cli.git
acc: add replacement for $TEST_INSTANCE_POOL_ID (#2473)
Using it in #2471
This commit is contained in:
parent
85b4c9b4dd
commit
6a7c7d75d7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue