Skip to content

Commit

Permalink
FIX remove operations in extract_csb_actions_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Jul 7, 2023
1 parent 6374d85 commit 4d6ce0a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/unit/extract_csb_actions_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,7 @@ describe('Extract Context Broker action from request', function() {
var standardOperation = [
['/NGSI10/queryContext', 'read'],
['/v2/op/query', 'read'],
['/v1/queryContext', 'read'],
['/v1/contextTypes', 'read'],
['/v1/subscribeContext', 'subscribe'],
['/v1/updateContextSubscription', 'subscribe'],
['/v1/unsubscribeContext', 'subscribe'],
['/v1/registry/registerContext', 'register'],
['/v1/registry/discoverContextAvailability', 'discover']
['/v1/queryContext', 'read']
];

function testStandardOperation(url, action) {
Expand Down

0 comments on commit 4d6ce0a

Please sign in to comment.