MCPcopy Create free account
hub / github.com/GetStream/stream-cli / TestUpdateApp

Function TestUpdateApp

pkg/cmd/chat/app/app_test.go:28–33  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

26}
27
28func TestUpdateApp(t *testing.T) {
29 cmd := test.GetRootCmdWithSubCommands(NewCmds()...)
30 cmd.SetArgs([]string{"update-app", "--properties", "{\"multi_tenant_enabled\":true}"})
31 _, err := cmd.ExecuteC()
32 require.NoError(t, err)
33}
34
35func TestRevokeAlTokens(t *testing.T) {
36 cmd := test.GetRootCmdWithSubCommands(NewCmds()...)

Callers

nothing calls this directly

Calls 2

NewCmdsFunction · 0.70

Tested by

no test coverage detected