Skip to content

Commit 6f5b334

Browse files
author
Lee Richmond
committed
update docs
1 parent c063c7f commit 6f5b334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/concepts/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ headers for a given request:
324324

325325
{% highlight ruby %}
326326
def jsonapi_headers
327-
{}.tap do |headers|
327+
super.tap do |headers|
328328
headers['CUSTOM'] = 'foo'
329329
end
330330
end

0 commit comments

Comments
 (0)