Skip to content

Commit 034b442

Browse files
authored
test: revert default db adapter in integration tests to mongodb (#10079)
1 parent 6a8aeca commit 034b442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest.setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jest.spyOn(nodemailer, 'createTestAccount').mockImplementation(() => {
2727

2828
if (!process.env.PAYLOAD_DATABASE) {
2929
// Mutate env so we can use conditions by DB adapter in tests properly without ignoring // eslint no-jest-conditions.
30-
process.env.PAYLOAD_DATABASE = 'sqlite-uuid'
30+
process.env.PAYLOAD_DATABASE = 'mongodb'
3131
}
3232

3333
generateDatabaseAdapter(process.env.PAYLOAD_DATABASE)

0 commit comments

Comments
 (0)