Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add files via upload
  • Loading branch information
ajkumarnv authored Aug 7, 2017
commit 404ef1098338d0c837560d5be8680c8751290414
2 changes: 1 addition & 1 deletion src/diamond/handler/test/testtsdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,4 +563,4 @@ def check_request_param(self, mock, body, header):
actual_url = mock.call_args[0][0]
self.assertEqual(actual_url, self.url)
actual_header = mock.call_args[0][2]
self.assertEqual(actual_header, header)
self.assertEqual(actual_header, header)