diff --git a/backend/src/models/workspace.ts b/backend/src/models/workspace.ts index 94a086e82..ebd55d802 100644 --- a/backend/src/models/workspace.ts +++ b/backend/src/models/workspace.ts @@ -37,10 +37,6 @@ const workspaceSchema = new Schema({ name: "Development", slug: "dev" }, - { - name: "Test", - slug: "test" - }, { name: "Staging", slug: "staging"