From a2dc54b8bad5b202eba6d51ec81a69bbcc736a75 Mon Sep 17 00:00:00 2001 From: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:11:28 +0600 Subject: [PATCH] fix: test 6 (#79) --- 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 ca782ee995f8..b0beb254256a 100644 --- a/pkg/commands/app_test.go +++ b/pkg/commands/app_test.go @@ -173,7 +173,7 @@ func testPBackport(s string, t *testing.T) { } func TestFlags(t *testing.T) { - testPBackport("pr5", t) + testPBackport("pr6", t) type want struct { format types.Format severities []dbTypes.Severity