Skip to content

Commit 01cc446

Browse files
committed
fix test in template
1 parent c23decb commit 01cc446

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

experimental/apps-mcp/lib/templates/trpc/server/src/server.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ import { test } from "node:test";
22
import { strict as assert } from "node:assert";
33
import type { Server } from "node:http";
44

5-
// set dummy env vars before importing index (only if not already set)
6-
process.env["DATABRICKS_HOST"] =
7-
process.env["DATABRICKS_HOST"] || "https://dummy.databricks.com";
8-
process.env["DATABRICKS_TOKEN"] = process.env["DATABRICKS_TOKEN"] || "dummy_token";
9-
process.env["DATABRICKS_WAREHOUSE_ID"] =
10-
process.env["DATABRICKS_WAREHOUSE_ID"] || "dummy_warehouse_id";
11-
125
test("server starts and responds to healthcheck", async () => {
136
// dynamic import to ensure env vars are set first
147
const { startServer } = await import("./index");

0 commit comments

Comments
 (0)