소스 검색

chore: generate

opencode-agent[bot] 4 달 전
부모
커밋
2c819f290f
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      packages/opencode/test/server/httpapi-listen.test.ts

+ 4 - 1
packages/opencode/test/server/httpapi-listen.test.ts

@@ -280,7 +280,10 @@ describe("HttpApi Server.listen", () => {
 
       // Mint with the project directory — succeeds, ticket binds to that scope.
       const scoped = await fetch(
-        new URL(`${PtyPaths.connectToken.replace(":ptyID", info.id)}?directory=${encodeURIComponent(tmp.path)}`, listener.url),
+        new URL(
+          `${PtyPaths.connectToken.replace(":ptyID", info.id)}?directory=${encodeURIComponent(tmp.path)}`,
+          listener.url,
+        ),
         {
           method: "POST",
           headers: { authorization: authorization(), "x-opencode-ticket": "1" },