summaryrefslogtreecommitdiff
path: root/packages/db/test/local-prod.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/test/local-prod.test.js')
-rw-r--r--packages/db/test/local-prod.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/test/local-prod.test.js b/packages/db/test/local-prod.test.js
index 6513aeb08..9bd56dad0 100644
--- a/packages/db/test/local-prod.test.js
+++ b/packages/db/test/local-prod.test.js
@@ -71,7 +71,7 @@ describe('astro:db local database', () => {
it('should throw during the build for hybrid output', async () => {
let fixture2 = await loadFixture({
root: new URL('./fixtures/local-prod/', import.meta.url),
- output: 'hybrid',
+ output: 'static',
adapter: testAdapter(),
});