Skip to content

Commit 0ca6e59

Browse files
Removed redundant test case from logout
1 parent 5ccb7f5 commit 0ca6e59

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

cmd/auth/logout_test.go

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,7 @@ func TestLogout(t *testing.T) {
9696
wantErr: "please specify --force to skip confirmation in non-interactive mode",
9797
},
9898
{
99-
name: "non-existing workspace profile with force",
100-
profileName: "nonexistent",
101-
force: true,
102-
wantErr: `profile "nonexistent" not found`,
103-
},
104-
{
105-
name: "non-existing workspace profile without force",
99+
name: "non-existing workspace profile",
106100
profileName: "nonexistent",
107101
force: false,
108102
wantErr: `profile "nonexistent" not found`,

0 commit comments

Comments
 (0)