Skip to content

Commit

Permalink
Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
leekchan committed Sep 16, 2014
1 parent e864cb8 commit 88452d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/test/httpclient_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,4 +570,4 @@ def test_if_modified_since(self):
http_date = datetime.datetime.utcnow()
request = HTTPRequest('http://example.com', if_modified_since=http_date)
self.assertEqual(request.headers,
{'If-Modified-Since': format_timestamp(http_date + datetime.timedelta(days=1))})
{'If-Modified-Since': format_timestamp(http_date)})

0 comments on commit 88452d4

Please sign in to comment.