1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-10 22:21:36 +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{}{ customPayload := map[string]interface{}{
"update": map[string]interface{}{ "update": map[string]interface{}{
"comment": []map[string]interface{}{ "comment": []map[string]interface{}{
map[string]interface{}{ {
"add": map[string]string{ "add": map[string]string{
"body": "Hello World", "body": "Hello World",
}, },