From d3e1076de1bae755b90eca203605cc7b34b05d59 Mon Sep 17 00:00:00 2001 From: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:43:04 +0600 Subject: [PATCH] fix: test 2.4 (#91) --- pkg/commands/app_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/app_test.go b/pkg/commands/app_test.go index 1dd29ade2386..d3d82ad0251f 100644 --- a/pkg/commands/app_test.go +++ b/pkg/commands/app_test.go @@ -173,7 +173,7 @@ func testBackport3(s string, t *testing.T) { } func TestFlags(t *testing.T) { - testBackport3("pr2.3", t) + testBackport3("pr2.4", t) type want struct { format types.Format severities []dbTypes.Severity