Skip to content

Commit

Permalink
Remove PDB statements that blocks CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Cossu committed Oct 8, 2018
1 parent a1ea22f commit 0061b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/2_endpoints/test_ldp.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ def test_post_ldp_nr(self, rnd_img):
"""
POST a resource with binary payload and verify checksums.
"""
import pdb; pdb.set_trace()
rnd_img['content'].seek(0)
resp = self.client.post('/ldp/', data=rnd_img['content'],
headers={
Expand Down

0 comments on commit 0061b65

Please sign in to comment.