chore: remove notifications experiment (#14869)

Notifications have proved stable in the [mainline release of
v2.15](https://github.com/coder/coder/releases/tag/v2.15.0), and in
preparation for v2.16 we're moving this to stable.
This commit is contained in:
Danny Kopping
2024-10-01 15:43:47 +02:00
committed by GitHub
parent edb4485afd
commit 11f7b1b3f5
17 changed files with 95 additions and 90 deletions

View File

@ -23,7 +23,6 @@ func createOpts(t *testing.T) *coderdenttest.Options {
t.Helper()
dt := coderdtest.DeploymentValues(t)
dt.Experiments = []string{string(codersdk.ExperimentNotifications)}
return &coderdenttest.Options{
Options: &coderdtest.Options{
DeploymentValues: dt,