Skip to content

Commit

Permalink
Merge branch 'master' into v4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Hakim committed Jun 24, 2014
2 parents e7d11fe + 1846fd8 commit 4e2b762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ def test_service_check(self):
'status': status,
'host_name': host_name,
'tags': tags,
'timestamp': timestamp
'timestamp': timestamp,
'message': None,
}], val)
self.assertEquals(len(check.service_checks), 0, check.service_checks)

Expand Down

0 comments on commit 4e2b762

Please sign in to comment.