mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Fix spec.
This commit is contained in:
@@ -25,7 +25,7 @@ describe Projects::UploadsController do
|
||||
context 'with valid image' do
|
||||
before do
|
||||
post :create,
|
||||
namespace_id: project.namespace.to_param
|
||||
namespace_id: project.namespace.to_param,
|
||||
project_id: project.to_param,
|
||||
file: jpg,
|
||||
format: :json
|
||||
|
||||
Reference in New Issue
Block a user