1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-03-17 20:47:57 +02:00
This commit is contained in:
Andy Grunwald 2017-06-15 19:02:07 +02:00
parent 685d0f764e
commit 30841416a8

View File

@ -548,7 +548,7 @@ func TestIssueService_DoTransitionWithPayload(t *testing.T) {
customPayload := map[string]interface{}{
"update": map[string]interface{}{
"comment": []map[string]interface{}{
map[string]interface{}{
{
"add": map[string]string{
"body": "Hello World",
},