Skip to content

Commit

Permalink
Fix test "POST /docs/{did}/sql timeout is effective"
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent committed Oct 8, 2024
1 parent f29586b commit 764e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/lib/DocApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function makeUserApi(
baseUrl?: string
}
) {
return new UserAPIImpl(`${options?.baseUrl ?? serverUrl}/o/${org}`, {
return new UserAPIImpl(`${options?.baseUrl ?? homeUrl}/o/${org}`, {
headers: options?.headers ?? makeConfig(username).headers as Record<string, string>,
fetch: fetch as unknown as typeof globalThis.fetch,
newFormData: () => new FormData() as any,
Expand Down

0 comments on commit 764e81f

Please sign in to comment.