Skip to content

Commit

Permalink
Fixed detail_feature test printing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
grobolom committed Mar 19, 2011
1 parent e5cecba commit a5fd1e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/grid/tests/test_views.py
Expand Up @@ -25,7 +25,6 @@ def test_grid_detail_feature_view(self):
'feature_id':'1',
'bogus_slug':'508-compliant'})
response = self.client.get(url)
print response.request
self.assertEqual(response.status_code, 200)
self.assertTemplateUsed(response, 'grid/grid_detail_feature.html')

Expand Down

0 comments on commit a5fd1e2

Please sign in to comment.