Explorar el Código

Remove PDB statement.

Stefano Cossu hace 7 años
padre
commit
e9b9812128
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tests/endpoints/test_ldp.py

+ 0 - 1
tests/endpoints/test_ldp.py

@@ -911,7 +911,6 @@ class TestDigest:
         resp_get = self.client.get('/ldp/test_digest_put')
         assert 'Digest' in resp_get.headers
         assert 'ETag' in resp_get.headers
-        import pdb; pdb.set_trace()
         assert (
                 b64encode(bytes.fromhex(
                     resp_get.headers['ETag'].replace('W/', '')