mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix unit tests for externalModules
This commit is contained in:
@@ -61,8 +61,8 @@ describe("runtime-api/settings", function() {
|
||||
result.should.not.have.property("foo",123);
|
||||
result.should.have.property("flowEncryptionType","test-key-type");
|
||||
result.should.not.have.property("user");
|
||||
result.should.have.property("editorTheme");
|
||||
result.editorTheme.should.eql({palette:{editable:false}});
|
||||
result.should.have.property("externalModules");
|
||||
result.externalModules.should.eql({palette:{allowInstall:false, allowUpload: false}});
|
||||
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user