MCPcopy Index your code
hub / github.com/scality/cloudserver / assertConfig

Function assertConfig

tests/unit/management/configuration.js:59–63  ·  view source on GitHub ↗
(actualConf, expectedConf)

Source from the content-addressed store, hash-verified

57}
58
59function assertConfig(actualConf, expectedConf) {
60 Object.keys(expectedConf).forEach(key => {
61 assert.deepStrictEqual(actualConf[key], expectedConf[key]);
62 });
63}
64
65describe('patchConfiguration', () => {
66 before(done => initManagementDatabase(log, err => {

Callers 1

configuration.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected