Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bukata-sa committed Jul 9, 2024
1 parent f7457e5 commit 5bdc38b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions core/web/testdata/body/health.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
</details>
</details>
</details>
<details open>
<summary title="HeadReporterService" class="noexpand"><span class="passing">HeadReporterService</span></summary>
</details>
<details open>
<summary title="JobSpawner" class="noexpand"><span class="passing">JobSpawner</span></summary>
</details>
Expand Down Expand Up @@ -96,9 +99,6 @@
<summary title="PipelineRunner.BridgeCache" class="noexpand"><span class="passing">BridgeCache</span></summary>
</details>
</details>
<details open>
<summary title="PromReporter" class="noexpand"><span class="passing">PromReporter</span></summary>
</details>
<details open>
<summary title="TelemetryManager" class="noexpand"><span class="passing">TelemetryManager</span></summary>
</details>
18 changes: 9 additions & 9 deletions core/web/testdata/body/health.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@
"output": ""
}
},
{
"type": "checks",
"id": "HeadReporterService",
"attributes": {
"name": "HeadReporterService",
"status": "passing",
"output": ""
}
},
{
"type": "checks",
"id": "JobSpawner",
Expand Down Expand Up @@ -162,15 +171,6 @@
"output": ""
}
},
{
"type": "checks",
"id": "PromReporter",
"attributes": {
"name": "PromReporter",
"status": "passing",
"output": ""
}
},
{
"type": "checks",
"id": "TelemetryManager",
Expand Down
2 changes: 1 addition & 1 deletion core/web/testdata/body/health.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ ok EVM.0.Txm.BlockHistoryEstimator
ok EVM.0.Txm.Broadcaster
ok EVM.0.Txm.Confirmer
ok EVM.0.Txm.WrappedEvmEstimator
ok HeadReporterService
ok JobSpawner
ok Mailbox.Monitor
ok Mercury.WSRPCPool
ok Mercury.WSRPCPool.CacheSet
ok PipelineORM
ok PipelineRunner
ok PipelineRunner.BridgeCache
ok PromReporter
ok TelemetryManager

0 comments on commit 5bdc38b

Please sign in to comment.