mindspace: close authority boundaries
This commit is contained in:
@@ -67,7 +67,7 @@ test('createMindSpaceLocalServerAdapter wires backfill and public html hydrator
|
||||
assert.ok(Array.isArray(hydrated));
|
||||
assert.equal(hydrated.length, 1);
|
||||
assert.equal(registered.length, 1);
|
||||
assert.equal(registered[0].publishDir, path.join(h5Root, 'MindSpace', 'user-1'));
|
||||
assert.equal('publishDir' in registered[0], false);
|
||||
assert.equal(registered[0].title, 'Published from chat');
|
||||
assert.equal(registered[0].artifactRefs[0].relativePath, 'public/landing/index.html');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user