From 513fc8d1a4cafc3a1b2d95723267149cc848140d Mon Sep 17 00:00:00 2001 From: Esteban Ricardo Mirizio Date: Mon, 15 Jan 2024 17:01:38 -0300 Subject: [PATCH] add missing tests --- policy/controller_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/controller_test.go b/policy/controller_test.go index aaf19290..a60e653b 100644 --- a/policy/controller_test.go +++ b/policy/controller_test.go @@ -35,6 +35,8 @@ func TestNewParams(t *testing.T) { {"release-5.1.12", "TykTechnologies/tyk-analytics", "master"}, {"refs/heads/master", "tyk-analytics", "master"}, {"refs/heads/release-4.0.12", "tyk-pump", "master"}, + {"refs/heads/release-4.0.13", "tyk-automated-tests", "release-4-lts"}, + {"refs/heads/release-5.1.13", "tyk-automated-tests", "master"}, } for _, tc := range gdTagTests { t.Run(fmt.Sprintf("%s/%s", tc.repo, tc.want), func(t *testing.T) {