1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Readme improvements and test fix

This commit is contained in:
krateng
2021-12-30 07:29:55 +01:00
parent 57c090bdcd
commit 1e3ea1fba9
2 changed files with 4 additions and 12 deletions

View File

@ -816,7 +816,7 @@
"exec": [
"var current_timestamp = Math.floor(Date.now() / 1000);",
"pm.collectionVariables.set(\"data.timestamp1\", current_timestamp);",
"pm.collectionVariables.set(\"data.timestamp2\", current_timestamp);"
"pm.collectionVariables.set(\"data.timestamp2\", current_timestamp - 200);"
]
}
},