Skip to content

Commit

Permalink
add missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ermirizio committed Jan 15, 2024
1 parent 9662587 commit 513fc8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions policy/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 513fc8d

Please sign in to comment.