Skip to content

Commit 03437e6

Browse files
committed
resolved merge conflicts
1 parent 88107de commit 03437e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/services/dataAccessLayer.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ describe("Data Access Layer", function () {
132132
removeSensitiveInfo(userData[12]);
133133
Object.keys(result).forEach((id) => {
134134
expect(result[id]).to.deep.equal(userData[12]);
135-
USER_SENSITIVE_DATA.forEach((key) => {
135+
KEYS_NOT_ALLOWED[ACCESS_LEVEL.PUBLIC].forEach((key) => {
136136
expect(result[id]).to.not.have.property(key);
137137
});
138138
});

0 commit comments

Comments
 (0)