PLTCONN-3577: Command count test fix

This commit is contained in:
fangming-ning-sp
2023-09-07 11:23:25 -05:00
parent 4af26ca7e5
commit cce3d5c31f

View File

@@ -15,7 +15,7 @@ import (
// Unit tests for conn.go // Unit tests for conn.go
// Expected number of subcommands to `connectors` // Expected number of subcommands to `connectors`
const numConnSubcommands = 14 const numConnSubcommands = 16
func TestConnResourceUrl(t *testing.T) { func TestConnResourceUrl(t *testing.T) {
testEndpoint := "http://localhost:7100/resources" testEndpoint := "http://localhost:7100/resources"