diff --git a/core/commands/commands_test.go b/core/commands/commands_test.go index 23782f209..10ba1e71f 100644 --- a/core/commands/commands_test.go +++ b/core/commands/commands_test.go @@ -76,6 +76,9 @@ func TestCommands(t *testing.T) { "/diag/cmds", "/diag/cmds/clear", "/diag/cmds/set-time", + "/diag/datastore", + "/diag/datastore/count", + "/diag/datastore/get", "/diag/profile", "/diag/sys", "/files", @@ -169,6 +172,7 @@ func TestCommands(t *testing.T) { "/pubsub/ls", "/pubsub/peers", "/pubsub/pub", + "/pubsub/reset", "/pubsub/sub", "/refs", "/refs/local",