Skip to content

Commit 161e6aa

Browse files
committed
Changed jira_issue_transition_id value to an integer.
1 parent d0c5722 commit 161e6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/org/gitlab4j/api/jira.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"url": "https://jira.example.com",
1919
"api_url": "",
2020
"username": "test",
21-
"jira_issue_transition_id": ""
21+
"jira_issue_transition_id": 1234
2222
}
2323
}

0 commit comments

Comments
 (0)