Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Berggren committed Nov 14, 2014
1 parent 651d2a6 commit ae7948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timesketch/apps/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def test_get_resources(self):
response = self._test_get_resources(
request_data=self.request_get_data,
expected_keys=self.expected_get_keys)
self.assertTrue("+0000" in response['objects'][0]['created'])
self.assertTrue(response['objects'][0]['created'].endswith("+0000"))

def test_post_resources(self):
self._test_post_resources(
Expand Down

0 comments on commit ae7948c

Please sign in to comment.