Skip to content

Commit

Permalink
Update httpBindings-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored May 23, 2024
1 parent 357667e commit 83ba444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/ngsiv2/httpBindings-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,8 @@ describe('HTTP Transport binding: measures', function () {
.matchHeader('fiware-servicepath', '/gardens')
.post(
'/v2/op/update'
// FIXME: Mock about current timestamp
//utils.readExampleFile('./test/unit/ngsiv2/contextRequests/multimeasure3.json')
)
.reply(204);

Expand Down

0 comments on commit 83ba444

Please sign in to comment.