Skip to content

Commit 0138070

Browse files
committed
Dont assume upgrade on postgres
1 parent e855c1a commit 0138070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/RevocableSessionsUpgrade.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function createUser() {
1414
return config.database.create('_User', user);
1515
}
1616

17-
describe('revocable sessions', () => {
17+
describe_only_db('mongo')('revocable sessions', () => {
1818

1919
beforeEach((done) => {
2020
// Create 1 user with the legacy

0 commit comments

Comments
 (0)