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

Function uploadSessionFinishPathConflictErrorPtr

cmd/put_test.go:366–369  ·  view source on GitHub ↗
(conflictTag string)

Source from the content-addressed store, hash-verified

364}
365
366func uploadSessionFinishPathConflictErrorPtr(conflictTag string) *files.UploadSessionFinishAPIError {
367 err := uploadSessionFinishPathConflictError(conflictTag)
368 return &err
369}
370
371func TestResolveDestination_TargetIsFolder(t *testing.T) {
372 mock := &mockFilesClient{

Callers 1

Tested by

no test coverage detected