mirror of https://github.com/MISP/PyMISP
fix: make publish_timestamp a string in tests
parent
1d24c1b3ce
commit
fb8da4a28b
|
@ -4590,7 +4590,7 @@
|
|||
"org_id": "2",
|
||||
"orgc_id": "2",
|
||||
"proposal_email_lock": false,
|
||||
"publish_timestamp": 0,
|
||||
"publish_timestamp": "0",
|
||||
"published": false,
|
||||
"sharing_group_id": "0",
|
||||
"threat_level_id": "3",
|
||||
|
|
|
@ -4593,7 +4593,7 @@
|
|||
"org_id": "2",
|
||||
"orgc_id": "2",
|
||||
"proposal_email_lock": false,
|
||||
"publish_timestamp": 0,
|
||||
"publish_timestamp": "0",
|
||||
"published": false,
|
||||
"sharing_group_id": "0",
|
||||
"threat_level_id": "3",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"distribution": "0",
|
||||
"proposal_email_lock": false,
|
||||
"locked": false,
|
||||
"publish_timestamp": 0,
|
||||
"publish_timestamp": "0",
|
||||
"sharing_group_id": "0",
|
||||
"disable_correlation": false,
|
||||
"event_creator_email": "raphael.vinot@circl.lu",
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
"org_id": "1",
|
||||
"orgc_id": "1",
|
||||
"proposal_email_lock": true,
|
||||
"publish_timestamp": 0,
|
||||
"publish_timestamp": "0",
|
||||
"published": false,
|
||||
"sharing_group_id": "0",
|
||||
"threat_level_id": "1",
|
||||
|
|
Loading…
Reference in New Issue