Skip to content

Commit 9cb3148

Browse files
Update e2e/tests/flow_vault/complete_cycle_test.go
Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
1 parent 8894ea8 commit 9cb3148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests/flow_vault/complete_cycle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var _ = Describe("trdl flow test", Label("e2e", "trdl", "flow"), func() {
5959
}
6060
By(fmt.Sprintf("[server] Releasing tag %q ...", testOpts.tag1))
6161
{
62-
By(fmt.Sprintf("[server] Creating tag tag %q", testOpts.tag1))
62+
By(fmt.Sprintf("[server] Creating tag %q", testOpts.tag1))
6363
gitTag(SuiteData.TestDir, testOpts.tag1, testOpts.pgpKeys["developer"])
6464

6565
By(fmt.Sprintf("[server] Signing tag %q", testOpts.tag1))

0 commit comments

Comments
 (0)