Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diPhantxm committed Sep 17, 2024
1 parent c2701f7 commit 1c9f5eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/feature/features/coordinator_show.feature
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Feature: Coordinator show clients, pools and backend_connections
[
{
"hostname":"spqr_shard_1:6432",
"count": "2"
"count": 2
}
]
"""
Expand All @@ -333,7 +333,7 @@ Feature: Coordinator show clients, pools and backend_connections
[
{
"hostname":"spqr_shard_2:6432",
"count": "2"
"count": 2
}
]
"""
Expand All @@ -348,7 +348,7 @@ Feature: Coordinator show clients, pools and backend_connections
[
{
"user":"regress",
"count": "4"
"count": 4
}
]
"""
Expand All @@ -363,7 +363,7 @@ Feature: Coordinator show clients, pools and backend_connections
[
{
"dbname":"regress",
"count": "4"
"count": 4
}
]
"""
Expand Down

0 comments on commit 1c9f5eb

Please sign in to comment.