mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix broken test after deprecation of pretixdroid
This commit is contained in:
@@ -610,7 +610,6 @@ def test_event_update_plugins(token_client, organizer, event, free_item, free_qu
|
||||
{
|
||||
"plugins": [
|
||||
"pretix.plugins.ticketoutputpdf",
|
||||
"pretix.plugins.pretixdroid"
|
||||
]
|
||||
},
|
||||
format='json'
|
||||
@@ -618,7 +617,6 @@ def test_event_update_plugins(token_client, organizer, event, free_item, free_qu
|
||||
assert resp.status_code == 200
|
||||
assert set(resp.data.get('plugins')) == {
|
||||
"pretix.plugins.ticketoutputpdf",
|
||||
"pretix.plugins.pretixdroid"
|
||||
}
|
||||
|
||||
resp = token_client.patch(
|
||||
|
||||
Reference in New Issue
Block a user