diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-11-08 10:46:47 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-12-03 12:04:49 +0100 |
commit | ba5697fd809563cb2fd619d7c50362303ab86434 (patch) | |
tree | 3aeacb4859798379b9a2ed1cf41356e49fb70cae /spec/uploaders | |
parent | 1756604f90588a746ce6df7e4386830db9b3a485 (diff) | |
download | gitlab-ce-ba5697fd809563cb2fd619d7c50362303ab86434.tar.gz |
Fix legacy migration test
Diffstat (limited to 'spec/uploaders')
-rw-r--r-- | spec/uploaders/artifact_uploader_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/uploaders/artifact_uploader_spec.rb b/spec/uploaders/artifact_uploader_spec.rb index 9cb2c090b43..0a07a7337b5 100644 --- a/spec/uploaders/artifact_uploader_spec.rb +++ b/spec/uploaders/artifact_uploader_spec.rb @@ -26,7 +26,7 @@ describe ArtifactUploader do subject { uploader.store_dir } it { is_expected.to start_with(path) } - it { is_expected.to end_with("#{job.project_id}/#{job.created_at.utc.strftime('%Y_%m')}/#{job.id}") } + it { is_expected.to end_with("#{job.project_id}/#{job.id}") } end describe '#cache_dir' do |