Skip to content

Commit 31c4a64

Browse files
committed
fix
Signed-off-by: Yaroslav Pershin <62902094+iapershin@users.noreply.github.com>
1 parent 3cdc499 commit 31c4a64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e/tests/client/basic_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ var _ = Describe("Basic", func() {
1717
It("add", func() {
1818
testutil.RunSucceedCommand(
1919
"",
20-
trdlBinPath, "--debug",
21-
"add", testRepoName, validRepoUrl, validRootVersion, validRootSHA512,
20+
trdlBinPath,
21+
"add", "-d", testRepoName, validRepoUrl, validRootVersion, validRootSHA512,
2222
)
2323

2424
AssertRepoFieldsInListOutput([]string{testRepoName, validRepoUrl, trdl.DefaultChannel})
@@ -28,8 +28,8 @@ var _ = Describe("Basic", func() {
2828
BeforeEach(func() {
2929
testutil.RunSucceedCommand(
3030
"",
31-
trdlBinPath, "--debug",
32-
"add", testRepoName, validRepoUrl, validRootVersion, validRootSHA512,
31+
trdlBinPath,
32+
"add", "-d", testRepoName, validRepoUrl, validRootVersion, validRootSHA512,
3333
)
3434
})
3535

0 commit comments

Comments
 (0)