Skip to content

Commit

Permalink
Fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Dec 25, 2023
1 parent 4337c86 commit bac0d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/commands/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func TestListJSONOutput(t *testing.T) {
{
"service": [
{
"service_type": "MYSQL_SERVICE",
"service_type": "SERVICE_TYPE_MYSQL_SERVICE",
"service_id": "/service_id/4ff49c41-80a1-4030-bc02-cd76e3b0b84a",
"service_name": "mysql-service",
"address_port": "127.0.0.1:3306",
Expand All @@ -181,15 +181,15 @@ func TestListJSONOutput(t *testing.T) {
],
"agent": [
{
"agent_type": "PMM_AGENT",
"agent_type": "AGENT_TYPE_PMM_AGENT",
"agent_id": "/agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1140",
"service_id": "",
"status": "CONNECTED",
"disabled": false,
"push_metrics_enabled": ""
},
{
"agent_type": "MYSQLD_EXPORTER",
"agent_type": "AGENT_TYPE_MYSQLD_EXPORTER",
"agent_id": "/agent_id/8b732ac3-8256-40b0-a98b-0fd5fa9a1198",
"service_id": "/service_id/4ff49c41-80a1-4030-bc02-cd76e3b0b84a",
"status": "RUNNING",
Expand Down

0 comments on commit bac0d5f

Please sign in to comment.