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

Function testRootFullAccount

cmd/root_test.go:732–745  ·  view source on GitHub ↗
(rootInfo common.IsRootInfo)

Source from the content-addressed store, hash-verified

730}
731
732func testRootFullAccount(rootInfo common.IsRootInfo) *users.FullAccount {
733 return users.NewFullAccount(
734 "dbid:root",
735 users.NewName("Test", "User", "Test", "Test User", "TU"),
736 "test@example.com",
737 true,
738 false,
739 "en",
740 "",
741 false,
742 nil,
743 rootInfo,
744 )
745}
746
747func unsetEnvForTest(t *testing.T, key string) {
748 t.Helper()

Calls

no outgoing calls

Tested by

no test coverage detected