Skip to content

Commit 4fa1643

Browse files
committed
Add test for #507
1 parent c3bc41c commit 4fa1643

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/functional/001_records/078_edit_event_with_nullable_bigint.log

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,21 @@ Content-Type: application/json
2323
Content-Length: 56
2424

2525
{"id":1,"name":"Launch","datetime":null,"visitors":null}
26+
===
27+
PUT /records/events/1
28+
29+
{"datetime":"2016-01-01 13:01:01","visitors":0}
30+
===
31+
200
32+
Content-Type: application/json
33+
Content-Length: 1
34+
35+
1
36+
===
37+
GET /records/events/1
38+
===
39+
200
40+
Content-Type: application/json
41+
Content-Length: 70
42+
43+
{"id":1,"name":"Launch","datetime":"2016-01-01 13:01:01","visitors":0}

0 commit comments

Comments
 (0)