Skip to content

Commit ebfcf4a

Browse files
roachtest: Fix JSON configuration file for db-console/endpoints
A previous PR modified one of the json configuration files for what endpoints to test. It forgot to include a comma... Fixes: #149735, #149732 Release note: None
1 parent 5128b47 commit ebfcf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/db-console/admin_endpoints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
{
7979
"url": "/_admin/v1/rangelog",
80-
"method": "GET"
80+
"method": "GET",
8181
"skip": "https://github.com/cockroachdb/cockroach/pull/148112#issuecomment-2960322577"
8282
},
8383
{

0 commit comments

Comments
 (0)