From 5a3f5e33023d4e1d61de62e1ea31e1052f390d79 Mon Sep 17 00:00:00 2001 From: Aaron Sheah Date: Thu, 21 Dec 2023 10:28:12 +0000 Subject: [PATCH] update integration test fixtures due to updates --- integration/testdata/sync/incident_statuses.json | 10 +++++----- integration/testdata/sync/incident_updates.json | 2 +- integration/testdata/sync/incidents.json | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/integration/testdata/sync/incident_statuses.json b/integration/testdata/sync/incident_statuses.json index 26fc83c..3fbbb45 100644 --- a/integration/testdata/sync/incident_statuses.json +++ b/integration/testdata/sync/incident_statuses.json @@ -6,7 +6,7 @@ "id": "01HDGG56RY089GN4S01KWXBE07", "name": "Fixing", "rank": 2, - "updated_at": "2023-10-24T09:27:22.727Z" + "updated_at": "2023-12-12T13:13:37.503Z" }, { "category": "learning", @@ -15,7 +15,7 @@ "id": "01HDGG56RYBBV7MT6KFHQ82HCD", "name": "Reviewing", "rank": 5, - "updated_at": "2023-10-24T09:27:22.742Z" + "updated_at": "2023-12-12T13:13:37.488Z" }, { "category": "canceled", @@ -33,7 +33,7 @@ "id": "01HDGG56RYC3TTGQWKA8ZRTFZX", "name": "Investigating", "rank": 1, - "updated_at": "2023-10-24T09:27:22.72Z" + "updated_at": "2023-12-12T13:13:37.495Z" }, { "category": "learning", @@ -42,7 +42,7 @@ "id": "01HDGG56RYD5RS3B6EAQBRJQDX", "name": "Documenting", "rank": 4, - "updated_at": "2023-10-24T09:27:22.737Z" + "updated_at": "2023-12-12T13:13:37.481Z" }, { "category": "triage", @@ -87,6 +87,6 @@ "id": "01HDGG56RYY3F04W0QJ4YEGFH8", "name": "Monitoring", "rank": 3, - "updated_at": "2023-10-24T09:27:22.732Z" + "updated_at": "2023-12-12T13:13:37.509Z" } ] \ No newline at end of file diff --git a/integration/testdata/sync/incident_updates.json b/integration/testdata/sync/incident_updates.json index 22a7ae5..39adb05 100644 --- a/integration/testdata/sync/incident_updates.json +++ b/integration/testdata/sync/incident_updates.json @@ -11,7 +11,7 @@ "id": "01HDGG56RYC3TTGQWKA8ZRTFZX", "name": "Investigating", "rank": 1, - "updated_at": "2023-10-24T09:27:22.72Z" + "updated_at": "2023-12-12T13:13:37.495Z" }, "new_severity": { "created_at": "2023-10-24T09:27:22.668Z", diff --git a/integration/testdata/sync/incidents.json b/integration/testdata/sync/incidents.json index 5255831..2fb4631 100644 --- a/integration/testdata/sync/incidents.json +++ b/integration/testdata/sync/incidents.json @@ -146,7 +146,7 @@ "id": "01HDGG56RYC3TTGQWKA8ZRTFZX", "name": "Investigating", "rank": 1, - "updated_at": "2023-10-24T09:27:22.72Z" + "updated_at": "2023-12-12T13:13:37.495Z" }, "incident_timestamp_values": [ { @@ -289,7 +289,7 @@ "id": "01HDGG56RYC3TTGQWKA8ZRTFZX", "name": "Investigating", "rank": 1, - "updated_at": "2023-10-24T09:27:22.72Z" + "updated_at": "2023-12-12T13:13:37.495Z" }, "new_severity": { "created_at": "2023-10-24T09:27:22.668Z", @@ -311,9 +311,9 @@ } ], "visibility": "public", - "workload_minutes_late": null, - "workload_minutes_sleeping": null, - "workload_minutes_total": null, - "workload_minutes_working": null + "workload_minutes_late": 0, + "workload_minutes_sleeping": 0, + "workload_minutes_total": 10.8, + "workload_minutes_working": 10.8 } ] \ No newline at end of file