mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fixed a bug in the test suite
This commit is contained in:
@@ -55,6 +55,8 @@ event_urls = [
|
||||
"quotas/add",
|
||||
"orders/ABC/transition",
|
||||
"orders/ABC/extend",
|
||||
"orders/ABC/download/pdf",
|
||||
"orders/ABC/invoice/1",
|
||||
"orders/ABC/",
|
||||
"orders/",
|
||||
]
|
||||
|
||||
@@ -12,6 +12,6 @@ def register_ticket_outputs(sender, **kwargs):
|
||||
|
||||
|
||||
@receiver(register_payment_providers, dispatch_uid="payment_dummy")
|
||||
def register_ticket_outputs(sender, **kwargs):
|
||||
def register_payment_provider(sender, **kwargs):
|
||||
from .payment import DummyPaymentProvider
|
||||
return DummyPaymentProvider
|
||||
|
||||
Reference in New Issue
Block a user