Skip to content

Commit

Permalink
Extensive testing csv reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ploki567 committed Mar 29, 2023
1 parent 7c97be1 commit 9dda565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/export/csv_report_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_csv_extensive_test_valid_invoice():

report_id = invoice_upload_text_v1(invoice.name, invoice.text)["report_id"]
report = export_csv_report_v1(report_id)
report = Report(**report)
# report = Report(**report)

# Report id must be an integer
assert isinstance(report.report_id, int)
Expand Down

0 comments on commit 9dda565

Please sign in to comment.