Fix #3628: Retry button is displayed for failed uploads that cannot succeed even if retried

This commit is contained in:
evazion
2018-04-12 22:14:06 -05:00
parent e4096460eb
commit bca483cefd
3 changed files with 0 additions and 25 deletions

View File

@@ -94,19 +94,5 @@ class UploadsControllerTest < ActionDispatch::IntegrationTest
end
end
end
context "update action" do
setup do
as_user do
@upload = create(:source_upload)
end
end
should "process an unapproval" do
put_auth upload_path(@upload), @user
@upload.reload
assert_equal("completed", @upload.status)
end
end
end
end