We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1e9da commit dc58d1bCopy full SHA for dc58d1b
cli/logout_test.go
@@ -41,7 +41,7 @@ func TestLogout(t *testing.T) {
41
assert.NoFileExists(t, string(config.Session()))
42
}()
43
44
- pty.ExpectMatch("Are you sure you want to logout?")
+ pty.ExpectMatch("Are you sure you want to log out?")
45
pty.WriteLine("yes")
46
pty.ExpectMatch("You are no longer logged in. You can log in using 'coder login <url>'.")
47
<-logoutChan
@@ -186,7 +186,7 @@ func TestLogout(t *testing.T) {
186
assert.Regexp(t, errRegex, err.Error())
187
188
189
190
191
192
})
0 commit comments