Commit cb2802db authored by Shinya Maeda's avatar Shinya Maeda

Fix spec

parent 5b3af860
......@@ -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'
)
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment