Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrodob committed Jun 26, 2015
1 parent 09d8eab commit 215afc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_sched.py
Expand Up @@ -45,7 +45,6 @@ def test_anonymous_01_newtask(self):
TaskFactory.create(project=project, info='hola')

res = self.app.get('api/project/%s/newtask' %project.id)
print res.data
data = json.loads(res.data)
assert data['info'] == 'hola', data

Expand Down

0 comments on commit 215afc9

Please sign in to comment.