test: add new commands to TestCommands expected list

add `/pubsub/reset` and `/diag/datastore/*` commands that were
missing from the expected command list in `TestCommands`
This commit is contained in:
Marcin Rataj 2025-12-16 22:23:57 +01:00
parent 8bd48b1be1
commit a7521102e3

View File

@ -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",