MCPcopy Create free account
hub / github.com/dropbox/dbxcli / setAccountOutputJSON

Function setAccountOutputJSON

cmd/account_test.go:189–194  ·  view source on GitHub ↗
(t *testing.T, cmd *cobra.Command)

Source from the content-addressed store, hash-verified

187}
188
189func setAccountOutputJSON(t *testing.T, cmd *cobra.Command) {
190 t.Helper()
191 if err := cmd.Flags().Set(outputFlag, "json"); err != nil {
192 t.Fatalf("set output: %v", err)
193 }
194}
195
196func setCurrentAuthContextForTest(t *testing.T, ctx *authContext) {
197 t.Helper()

Calls

no outgoing calls

Tested by

no test coverage detected