diff options
Diffstat (limited to 'spec/requests/api/internal_spec.rb')
-rw-r--r-- | spec/requests/api/internal_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/requests/api/internal_spec.rb b/spec/requests/api/internal_spec.rb index 22802dd0e05..097398442f4 100644 --- a/spec/requests/api/internal_spec.rb +++ b/spec/requests/api/internal_spec.rb @@ -72,6 +72,7 @@ describe API::API, api: true do expect(response.status).to eq(200) expect(json_response["status"]).to be_truthy + expect(json_response["repository_storage_path"]).to eq(project.repository_storage_path) end end @@ -81,6 +82,7 @@ describe API::API, api: true do expect(response.status).to eq(200) expect(json_response["status"]).to be_truthy + expect(json_response["repository_storage_path"]).to eq(project.repository_storage_path) end end end |