This commit is contained in:
Shinya Maeda 2018-05-28 10:44:26 +09:00
parent 5b3af86091
commit cb2802dbbc
3 changed files with 3 additions and 3 deletions

View File

@ -1210,7 +1210,7 @@ describe API::Runner, :clean_gitlab_redis_shared_state do
before do
fog_connection.directories.get('artifacts').files.create(
key: 'tmp/upload/12312300',
key: 'tmp/uploads/12312300',
body: 'content'
)

View File

@ -1089,7 +1089,7 @@ describe 'Git LFS API and storage' do
context 'with valid remote_id' do
before do
fog_connection.directories.get('lfs-objects').files.create(
key: 'tmp/upload/12312300',
key: 'tmp/uploads/12312300',
body: 'content'
)
end

View File

@ -618,7 +618,7 @@ describe ObjectStorage do
let!(:fog_file) do
fog_connection.directories.get('uploads').files.create(
key: 'tmp/upload/test/123123',
key: 'tmp/uploads/test/123123',
body: 'content'
)
end