We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60cd97 commit 96c1529Copy full SHA for 96c1529
test.sh
@@ -13,7 +13,7 @@ if [ "${DEVELOP}" = "${TRAVIS_BRANCH}" ]; then
13
mongo ll_staging --eval 'db.users.insert({"name" : "Test User", "email" : "[email protected]", "verified" : "yes", "role" : "super", "password" : "$2y$10$MKDC2thihULF3fNuVj.DyORidVd.airmxZicEcSrpNQRsJMX3ZGBW"})'
14
15
# Creates a new LRS.
16
- mongo ll_staging --eval 'db.lrs.insert({"title" : "Conformance", "description" : "", "owner_id" : new ObjectId(db.users.find()[0]._id)}})'
+ mongo ll_staging --eval 'db.lrs.insert({"title" : "Conformance", "description" : "", "owner_id" : new ObjectId(db.users.find()[0]._id)})'
17
18
# Creates a new Client.
19
mongo ll_staging --eval 'db.client.insert({"api" : { "basic_key" : "1484c2ac05269b8c5479a1dd6a0d6370991fd6a1", "basic_secret" : "f0ef3d8062805c0fc1675beb8ac0715c75df13cb" }, "lrs_id" : new ObjectId(db.lrs.find()[0]._id), "authority" : { "name" : "New Client", "mbox" : "mailto:[email protected]" }, "scopes" : [ "all" ]})'
0 commit comments