Skip to content
Snippets Groups Projects
Commit 1534b65b authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

toggle wantErr

parent a8cd0f0c
No related branches found
No related tags found
3 merge requests!120Resolve "Code Quality",!119Draft: Resolve "Tests for HTTP API and CLI",!90Develop
Pipeline #67304 passed with warnings
...@@ -104,7 +104,7 @@ func TestGet(t *testing.T) { ...@@ -104,7 +104,7 @@ func TestGet(t *testing.T) {
p: password, p: password,
args: defaultPath, args: defaultPath,
}, },
wantErr: false, wantErr: true,
}, },
} }
for _, tt := range tests { for _, tt := range tests {
...@@ -146,7 +146,7 @@ func TestHttpGet(t *testing.T) { ...@@ -146,7 +146,7 @@ func TestHttpGet(t *testing.T) {
f: "init", f: "init",
args: nil, args: nil,
}, },
wantErr: false, wantErr: true,
}, },
} }
for _, tt := range tests { for _, tt := range tests {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment