Skip to content

Commit

Permalink
update integration test fixtures due to updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsheah committed Dec 21, 2023
1 parent 6e31708 commit 5a3f5e3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions integration/testdata/sync/incident_statuses.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
]
2 changes: 1 addition & 1 deletion integration/testdata/sync/incident_updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions integration/testdata/sync/incidents.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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",
Expand All @@ -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
}
]

0 comments on commit 5a3f5e3

Please sign in to comment.