Skip to content

Commit

Permalink
Update createDatabase call in drizzle test (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries authored Sep 6, 2024
1 parent afa3b80 commit e11705a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-client-drizzle/test/drizzle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ describe.concurrent.each([{ type: 'pg' }, { type: 'http' }])('Drizzle $type', ({
beforeAll(async () => {
await api.databases.createDatabase({
pathParams: { workspaceId: workspace, dbName },
body: { region, branchName: 'main' },
headers: { 'X-Features': 'feat-pgroll-migrations=1' }
body: { region, branchName: 'main', postgresEnabled: true }
});

await waitForReplication(dbName);
Expand Down

0 comments on commit e11705a

Please sign in to comment.