Skip to content

Commit 5295a1d

Browse files
authored
Update merge-request-event.json
apply go-playground#99
1 parent 8fc5bca commit 5295a1d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

testdata/gitlab/merge-request-event.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,14 @@
108108
"group_id": 41
109109
}],
110110
"changes": {
111-
"updated_by_id": [null, 1],
112-
"updated_at": ["2017-09-15 16:50:55 UTC", "2017-09-15 16:52:00 UTC"],
111+
"updated_by_id": {
112+
"previous": null,
113+
"current": 1
114+
},
115+
"updated_at": {
116+
"previous": "2017-09-15 16:50:55 UTC",
117+
"current":"2017-09-15 16:52:00 UTC"
118+
},
113119
"labels": {
114120
"previous": [{
115121
"id": 206,
@@ -137,4 +143,4 @@
137143
}]
138144
}
139145
}
140-
}
146+
}

0 commit comments

Comments
 (0)