Remove update artifacts test (it should not be needed)

This commit is contained in:
Kamil Trzcinski 2017-12-03 12:02:35 +01:00
parent 0464c25f60
commit 02831af9da
1 changed files with 0 additions and 9 deletions

View File

@ -985,15 +985,6 @@ describe API::Runner do
it_behaves_like 'successful artifacts upload'
end
context 'when updates artifact' do
before do
upload_artifacts(file_upload2, headers_with_token)
upload_artifacts(file_upload, headers_with_token)
end
it_behaves_like 'successful artifacts upload'
end
context 'when using runners token' do
it 'responds with forbidden' do
upload_artifacts(file_upload, headers.merge(API::Helpers::Runner::JOB_TOKEN_HEADER => job.project.runners_token))