test: adjust for new abra-test-recipe version

See toolshed/abra#470
This commit is contained in:
2025-01-09 13:23:29 +01:00
committed by decentral1se
parent cb3f46b46e
commit 64ad60663f
6 changed files with 33 additions and 28 deletions

View File

@ -192,7 +192,7 @@ func TestEnvVarCommentsRemoved(t *testing.T) {
envVar, exists = envSample["SECRET_TEST_PASS_TWO_VERSION"]
if !exists {
t.Fatal("WITH_COMMENT env var should be present in .env.sample")
t.Fatal("SECRET_TEST_PASS_TWO_VERSION env var should be present in .env.sample")
}
if strings.Contains(envVar, "length") {