Skip to content

Commit

Permalink
FIX validation data js
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Sep 20, 2024
1 parent c22b149 commit 7dfcdda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/oriondb_consistency/validation_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -4454,15 +4454,15 @@ db.getSiblingDB("orion-validation").entities.insertMany([

db.getSiblingDB("orion-validation").csubs.insertMany([
{
"expiration": 9223372036854775807,
"expiration": NumberLong("9223372036854775807"),
"reference": "http://notify-receptor:5055/notify",
"custom": true,
"timeout": 0,
"timeout": NumberLong("0"),
"headers": {
"fiware-servicepath": "/SS1"
},
"throttling": 0,
"maxFailsLimit": -1,
"throttling": NumberLong("0"),
"maxFailsLimit": NumberLong("-1"),
"servicePath": "/SS2",
"status": "active",
"statusLastChange": 1682640509.6958137,
Expand Down

0 comments on commit 7dfcdda

Please sign in to comment.