瀏覽代碼

Remove PDB statements that blocks CI.

Stefano Cossu 6 年之前
父節點
當前提交
0061b65134
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/2_endpoints/test_ldp.py

+ 0 - 1
tests/2_endpoints/test_ldp.py

@@ -308,7 +308,6 @@ class TestLdp:
         """
         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={