finalize one more test
This commit is contained in:
parent
8fbb32c5d7
commit
50b9c27dcb
@ -429,14 +429,12 @@ nThen(function (w) {
|
|||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
}).nThen(function () {
|
}).nThen(function () {
|
||||||
// XXX RESTRICT alice should now be able to read oscar's mailbox metadata
|
|
||||||
/*
|
|
||||||
alice.anonRpc.send('GET_METADATA', oscar.mailboxChannel, function (err, response) {
|
alice.anonRpc.send('GET_METADATA', oscar.mailboxChannel, function (err, response) {
|
||||||
if (err) {
|
var metadata = response && response[0];
|
||||||
PROBLEM
|
if (!metadata || !metadata.restricted || !metadata.channel) {
|
||||||
|
throw new Error("EXPECTED FULL ACCESS TO CHANNEL METADATA");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
*/
|
|
||||||
}).nThen(function (w) {
|
}).nThen(function (w) {
|
||||||
//throw new Error("boop");
|
//throw new Error("boop");
|
||||||
// add alice as an owner of oscar's mailbox for some reason
|
// add alice as an owner of oscar's mailbox for some reason
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user