aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/tests
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-30 17:24:41 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-30 17:24:41 +0100
commit10579be5293908b57336ecd769b8e17a610e008a (patch)
tree7fb95b8cf51ece9c137bbed975691bb2414935d7 /ctrack/organisations/tests
parent9fd6da1585c7ba6082370ab3ef021748962ecc20 (diff)
added a fixture file for an incident report if needed
Diffstat (limited to 'ctrack/organisations/tests')
-rw-r--r--ctrack/organisations/tests/incident_report.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/ctrack/organisations/tests/incident_report.json b/ctrack/organisations/tests/incident_report.json
new file mode 100644
index 0000000..2b03d48
--- /dev/null
+++ b/ctrack/organisations/tests/incident_report.json
@@ -0,0 +1,25 @@
+[
+{
+ "model": "organisations.incidentreport",
+ "pk": 1,
+ "fields": {
+ "organisation": 15,
+ "reporting_person": 15,
+ "person_involved": "Robin Cousins",
+ "role": "Team Ice Skater",
+ "phone_number": "08929 390 30943",
+ "email": "a@example.com",
+ "internal_incident_number": "092T",
+ "date_time_incident_detected": "2020-05-28T00:00:00Z",
+ "date_time_incident_reported": "2020-05-30T15:21:52.171Z",
+ "incident_type": "Cyber",
+ "incident_status": "Detected",
+ "incident_stage": "Ongoing",
+ "summary": "We were woken to 10am by the crying of children. A school bus had tipped over on the dual carriageway outside the HQ and several of the occupants had spilled out on to the verge and we somewhat distraight. It appeared that the automatic road stinger had activated outside our main gatehouse (we use this to stop people leaving who have not paid for the photocopying that day).",
+ "mitigations": "We have been able to remove the wires that attach the ejector module to the power unit, but we don't know how to do anything else. The maintenance engineer is in Tenerife and not answering his phone.",
+ "others_informed": "The local convent school St Mirium Collete of the Roasted Saint. They sent their societial liaison officer to take pictures of the scene for their Tinder account.",
+ "next_steps": "Once we get hold of someone how knows how to fix the system, we intend to make sure there is an adequate response, but at the moment, this simply isn't possible. Sorry!",
+ "dft_handle_status": "QUEUED"
+ }
+}
+]