diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-01 15:08:18 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-01 15:08:18 +0000 |
commit | 2412ddf03da787012161ea1e8a03787275f9cde9 (patch) | |
tree | de58c421afe40aa3d2c4c8a9e8fe906d8aca2605 /spec/support/shared_contexts | |
parent | 9c1fa86a6aa0268eae2fafc7d90908502942b810 (diff) | |
download | gitlab-ce-2412ddf03da787012161ea1e8a03787275f9cde9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/shared_contexts')
-rw-r--r-- | spec/support/shared_contexts/features/error_tracking_shared_context.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared_contexts/features/error_tracking_shared_context.rb b/spec/support/shared_contexts/features/error_tracking_shared_context.rb index 48356373c26..cbd33dd109b 100644 --- a/spec/support/shared_contexts/features/error_tracking_shared_context.rb +++ b/spec/support/shared_contexts/features/error_tracking_shared_context.rb @@ -13,7 +13,7 @@ shared_context 'sentry error tracking context feature' do let(:issue_id) { issue_response['id'] } let(:issue_seen) { 1.year.ago.utc } let(:formatted_issue_seen) { issue_seen.strftime("%Y-%m-%d %-l:%M:%S%p %Z") } - let(:date_received) { 1.month.ago.utc } + let(:date_received) { 32.days.ago.utc } before do request_headers = { 'Authorization' => 'Bearer access_token_123', 'Content-Type' => 'application/json' } |