Skip to content

Commit 6f54988

Browse files
committed
fix: use envOptions in collections.read test
1 parent 911a164 commit 6f54988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/tests/collections.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test('get collection info', function (t) {
2626
})
2727

2828
test('read collection', function (t) {
29-
const db = connect(connectionOptions)
29+
const db = connect(envOptions)
3030
db.collections.read('/db/system/security')
3131
.then(function (collection) {
3232
t.equal(collection.owner, 'SYSTEM')

0 commit comments

Comments
 (0)