mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
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:
parent
8bd48b1be1
commit
a7521102e3
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user