mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: enable coder inbox by default (#17077)
Add a flag to enable Coder Inbox by default, as well as supporting disabling the feature.
This commit is contained in:
@ -298,7 +298,7 @@ func TestServer(t *testing.T) {
|
||||
out := pty.ReadAll()
|
||||
numLines := countLines(string(out))
|
||||
t.Logf("numLines: %d", numLines)
|
||||
require.Less(t, numLines, 12, "expected less than 12 lines of output (terminal width 80), got %d", numLines)
|
||||
require.Less(t, numLines, 20, "expected less than 20 lines of output (terminal width 80), got %d", numLines)
|
||||
})
|
||||
|
||||
t.Run("OAuth2GitHubDefaultProvider", func(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user