diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-29 18:08:26 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-29 18:08:26 +0000 |
| commit | b64a8161c9442d82897a341d6bf935dd3e748b06 (patch) | |
| tree | b9953db8607d1393aa8ac588a15f184dd8e183f6 /spec/services/namespaces | |
| parent | 6e33325c1458cb31b4d36a7eec817fa00ec3faaf (diff) | |
| download | gitlab-ce-b64a8161c9442d82897a341d6bf935dd3e748b06.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/services/namespaces')
| -rw-r--r-- | spec/services/namespaces/check_storage_size_service_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/namespaces/check_storage_size_service_spec.rb b/spec/services/namespaces/check_storage_size_service_spec.rb index 50359ef90ab..005c31bcd3f 100644 --- a/spec/services/namespaces/check_storage_size_service_spec.rb +++ b/spec/services/namespaces/check_storage_size_service_spec.rb @@ -44,7 +44,7 @@ describe Namespaces::CheckStorageSizeService, '#execute' do end it 'errors when feature flag is activated for the current namespace' do - stub_feature_flags(namespace_storage_limit: namespace ) + stub_feature_flags(namespace_storage_limit: namespace) expect(response).to be_error expect(response.message).to be_present |
