Skip to content

Commit

Permalink
Update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Jul 20, 2024
1 parent f60b4cb commit 023cbe3
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"finishedAt": 1609459200,
"status": "ok",
"failingChecks": "",
"checkResults": [
{
"name": "FakeUsedDiskSpace",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"finishedAt": 1609459200,
"status": "ok",
"failingChecks": "",
"checkResults": [
{
"name": "FakeUsedDiskSpace",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"finishedAt": 1609459200,
"status": "ok",
"failingChecks": "",
"checkResults": [
{
"name": "FakeUsedDiskSpace",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
finishedAt: 1609459200
status: failing
failingChecks: FakeUsedDiskSpace
checkResults:
- { name: FakeUsedDiskSpace, label: 'Fake Used Disk Space', notificationMessage: 'The disk is almost full (100% used).', shortSummary: 100%, status: failed, meta: { disk_space_used_percentage: 100 } }
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"finishedAt": 1609459200,
"status": "ok",
"failingChecks": "",
"checkResults": [
{
"name": "FakeUsedDiskSpace",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"finishedAt": 1609459200,
"status": "ok",
"failingChecks": "",
"checkResults": [
{
"name": "FakeUsedDiskSpace",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
finishedAt: 1609459200
status: failing
failingChecks: FakeUsedDiskSpace
checkResults:
- { name: FakeUsedDiskSpace, label: 'Fake Used Disk Space', notificationMessage: 'The disk is almost full (100% used).', shortSummary: 100%, status: failed, meta: { disk_space_used_percentage: 100 } }
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
finishedAt: 1609459200
status: failing
failingChecks: FakeUsedDiskSpace
checkResults:
- { name: FakeUsedDiskSpace, label: 'Fake Used Disk Space', notificationMessage: 'The disk is almost full (100% used).', shortSummary: 100%, status: failed, meta: { disk_space_used_percentage: 100 } }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"finishedAt":978307200,"checkResults":[{"name":"name","label":"label","notificationMessage":"message","shortSummary":"summary","status":"ok","meta":{"name":"value"}}]}
{"finishedAt":978307200,"status":"ok","failingChecks":"","checkResults":[{"name":"name","label":"label","notificationMessage":"message","shortSummary":"summary","status":"ok","meta":{"name":"value"}}]}

0 comments on commit 023cbe3

Please sign in to comment.