Skip to content

Commit

Permalink
fix-9127: Add the unique ticket code into the downlad CSV file
Browse files Browse the repository at this point in the history
  • Loading branch information
lthanhhieu committed Mar 19, 2024
1 parent 78c819c commit e181b83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/all/integration/api/helpers/test_csv_jobs_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from tests.factories import common
from tests.factories.attendee import AttendeeFactory
from tests.factories.custom_form import CustomFormFactory
from tests.factories.event import EventFactoryBasic
from tests.factories.order import OrderFactory
from tests.factories.session import SessionSubFactory
from tests.factories.speaker import SpeakerFactory
Expand All @@ -27,7 +26,6 @@ def test_export_orders_csv(self):
"""Method to check the orders data export"""

with self.app.test_request_context():
event = EventFactoryBasic()
test_order = OrderFactory(created_at=datetime.now())
test_order.amount = 2
field_data = export_orders_csv([test_order])
Expand Down

0 comments on commit e181b83

Please sign in to comment.