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
4b562e74
Commit
4b562e74
authored
Mar 11, 2021
by
Tom Quirk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address backend review feedback
- test for comment `id` in Jira comments
parent
e5dc3a07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ee/spec/serializers/integrations/jira/issue_detail_entity_spec.rb
...serializers/integrations/jira/issue_detail_entity_spec.rb
+2
-0
No files found.
ee/spec/serializers/integrations/jira/issue_detail_entity_spec.rb
View file @
4b562e74
...
...
@@ -40,6 +40,7 @@ RSpec.describe Integrations::Jira::IssueDetailEntity do
'comment'
=>
{
'comments'
=>
[
{
'id'
=>
'10022'
,
'author'
=>
comment_author
,
'body'
=>
'<p>Comment</p>'
,
'created'
=>
'2020-06-25T15:50:00.000+0000'
,
...
...
@@ -101,6 +102,7 @@ RSpec.describe Integrations::Jira::IssueDetailEntity do
external_tracker:
'jira'
,
comments:
[
hash_including
(
id:
'10022'
,
author:
hash_including
({
name:
'comment_author'
,
username:
'comment@author.com'
,
...
...
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