Ver código fonte

fix: ok but now

Sv443 4 meses atrás
pai
commit
cded73adf5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      test/misc.spec.ts

+ 1 - 1
test/misc.spec.ts

@@ -4,7 +4,7 @@ describe("Misc", () => {
   //#region health check
 
   it("Health check", async () => {
-    const res = await fetch(baseUrl, {
+    const res = await fetch(`${baseUrl}/health`, {
       ...defaultFetchOpts,
       method: "HEAD",
     });