Skip to content

Commit 7a1c694

Browse files
author
Thomas Ploch
committed
Added missing ',' to example code array.
1 parent 8763e61 commit 7a1c694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ document::
247247
array(
248248
'CONTENT_TYPE' => 'application/json',
249249
'HTTP_REFERER' => '/foo/bar',
250-
'HTTP_X-Requested-With' => 'XMLHttpRequest'
250+
'HTTP_X-Requested-With' => 'XMLHttpRequest',
251251
)
252252
);
253253

0 commit comments

Comments
 (0)