Skip to content

Commit e85304d

Browse files
authored
Merge pull request #1106 from telefonicaid/fgalan-patch-1
REMOVE leftover comment
2 parents 8df7a56 + 7698981 commit e85304d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/general/contextBrokerKeystoneSecurityAccess-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ describe('NGSI-v2 - Secured access to the Context Broker with Keystone', functio
168168
.patch('/v2/entities/light1/attrs')
169169
.query({ type: 'Light' })
170170
.reply(403, { name: 'ACCESS_FORBIDDEN' });
171-
//utils.readExampleFile('./test/unit/examples/contextResponses/updateContext1Success.json'));
172-
//}
173171

174172
iotAgentLib.activate(iotAgentConfig, done);
175173
});

0 commit comments

Comments
 (0)