forked from username/flaskpaste
fix lint issues across codebase
This commit is contained in:
@@ -254,9 +254,7 @@ class TestDeletePaste:
|
||||
data = json.loads(response.data)
|
||||
assert "error" in data
|
||||
|
||||
def test_delete_paste_wrong_owner(
|
||||
self, client, sample_text, auth_header, other_auth_header
|
||||
):
|
||||
def test_delete_paste_wrong_owner(self, client, sample_text, auth_header, other_auth_header):
|
||||
"""Delete paste owned by another user fails."""
|
||||
create = client.post(
|
||||
"/",
|
||||
|
||||
Reference in New Issue
Block a user