Skip to content

Commit

Permalink
Added output in message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 authored and stewartie4 committed Nov 8, 2023
1 parent 754629f commit 7fe6c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli_tests/zboxcli_file_upload_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ func TestUpload(testSetup *testing.T) {
"Status completed callback. Type = application/octet-stream. Name = %s",
filepath.Base(filename),
)
require.Equal(t, expected, output[1], "Failed to upload file with extension: "+ext)
require.Equal(t, expected, output[1], "Failed to upload file with extension: "+ext+" output : "+strings.Join(output, "\n"))
}
})

Expand Down

0 comments on commit 7fe6c5e

Please sign in to comment.