There was an error while loading. Please reload this page.
1 parent 5ccb7f5 commit 0ca6e59Copy full SHA for 0ca6e59
1 file changed
cmd/auth/logout_test.go
@@ -96,13 +96,7 @@ func TestLogout(t *testing.T) {
96
wantErr: "please specify --force to skip confirmation in non-interactive mode",
97
},
98
{
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",
+ name: "non-existing workspace profile",
106
profileName: "nonexistent",
107
force: false,
108
wantErr: `profile "nonexistent" not found`,
0 commit comments