Skip to content

Commit

Permalink
Addressing comments of PR#105
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalvoalonso committed Dec 20, 2017
1 parent 6d590dd commit babe984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/unit/commands-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ describe('Command attributes test', function() {
method: 'POST',
json: utils.readExampleFile('./test/provisionExamples/provisionDeviceWithCommands.json'),
headers: {
'fiware-service': 'dumbmordor',
'fiware-servicepath': '/deserts'
'fiware-service': 'smartgondor',
'fiware-servicepath': '/gardens'
}
};

Expand Down
2 changes: 1 addition & 1 deletion test/unit/testConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ config.ngsi = {
},
service: 'smartgondor',
subservice: '/gardens',
providerUrl: 'http://localhost:4041/NGSI10',
providerUrl: 'http://localhost:4041/v1',
deviceRegistrationDuration: 'P1M'
};

Expand Down

0 comments on commit babe984

Please sign in to comment.