From 9c71e119a55380883acb40fd49e2cc54a9cbf365 Mon Sep 17 00:00:00 2001 From: Patryk Kozak Date: Tue, 12 Jul 2022 11:31:51 +0200 Subject: [PATCH] Fix failing acceptance test for dynamic ASG --- ci/pipeline/resources/cats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline/resources/cats.yml b/ci/pipeline/resources/cats.yml index 27672b8c..3af2d458 100644 --- a/ci/pipeline/resources/cats.yml +++ b/ci/pipeline/resources/cats.yml @@ -4,4 +4,4 @@ resources: check_every: 24h source: uri: https://github.com/cloudfoundry/cf-acceptance-tests - tag_filter: "v*" + tag_filter: "v7.4.0"