[tests] Remove unused monkeypatch

This commit is contained in:
Cathy Hu 2020-07-19 00:31:10 +02:00 committed by acipm
parent 208efe42a7
commit f8ef547442

View file

@ -8,7 +8,7 @@ from ormantic.exceptions import NoMatch
from pytest import raises
def test_twitter_delete_bot(client, event_loop, twitter, auth_header, monkeypatch):
def test_twitter_delete_bot(client, event_loop, twitter, auth_header):
response = client.delete(
f'/api/hoods/{twitter.hood.id}/twitter/{twitter.id}', headers=auth_header
)