Skip to content

Commit 9a779d0

Browse files
committed
Stub out test
1 parent af001cb commit 9a779d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

coderd/users_test.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,16 @@ func TestUsers(t *testing.T) {
7474
require.Len(t, orgs, 1)
7575
})
7676
}
77+
78+
func TestLogout(t *testing.T) {
79+
t.Parallel()
80+
81+
t.Run("LogoutClearsCookie", func(t *testing.T) {
82+
t.Parallel()
83+
server := coderdtest.New(t)
84+
_ = server.RandomInitialUser(t)
85+
86+
server.Client.
87+
88+
})
89+
}

0 commit comments

Comments
 (0)