Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
204311cd
Commit
204311cd
authored
Feb 08, 2020
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@master
parent
dc560bd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spec/support/shared_contexts/features/error_tracking_shared_context.rb
...shared_contexts/features/error_tracking_shared_context.rb
+1
-1
No files found.
spec/support/shared_contexts/features/error_tracking_shared_context.rb
View file @
204311cd
...
@@ -12,7 +12,7 @@ shared_context 'sentry error tracking context feature' do
...
@@ -12,7 +12,7 @@ shared_context 'sentry error tracking context feature' do
let
(
:sentry_api_urls
)
{
Sentry
::
ApiUrls
.
new
(
project_error_tracking_settings
.
api_url
)
}
let
(
:sentry_api_urls
)
{
Sentry
::
ApiUrls
.
new
(
project_error_tracking_settings
.
api_url
)
}
let
(
:issue_id
)
{
issue_response
[
'id'
]
}
let
(
:issue_id
)
{
issue_response
[
'id'
]
}
let
(
:issue_seen
)
{
1
.
year
.
ago
.
utc
}
let
(
:issue_seen
)
{
1
.
year
.
ago
.
utc
}
let
(
:formatted_issue_seen
)
{
issue_seen
.
strftime
(
"%Y-%m-%d %
I
:%M:%S%p %Z"
)
}
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
)
{
1
.
month
.
ago
.
utc
}
before
do
before
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment