Skip to content

Commit

Permalink
Add missing paramter to test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-coholic committed Oct 14, 2024
1 parent e37862a commit 46c44de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class FakePretixApi : PretixApi("http://1.1.1.1/", "a", "demo", 1, DefaultHttpCl
ignore_unpaid: Boolean,
pdf_data: Boolean,
type: String?,
source_type: String?,
callTimeout: Long?,
questions_supported: Boolean
): ApiResponse {
Expand Down

0 comments on commit 46c44de

Please sign in to comment.