generated from jCloud/repository-template
Remove unnecessary import
This commit is contained in:
@@ -104,8 +104,6 @@ async def test_GiteaSignatureMiddleware_valid_signature(body, secret):
|
||||
res = await middleware.dispatch(req, call_next)
|
||||
assert hasattr(res, 'called')
|
||||
|
||||
import pprint
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.parametrize('signature,body,secret', [
|
||||
(make_signature(b'body', b''), b'body', b'\x42'),
|
||||
|
||||
Reference in New Issue
Block a user