Skip to content

Commit 46c44de

Browse files
committed
Add missing paramter to test fixture
1 parent e37862a commit 46c44de

File tree

1 file changed

+1
-0
lines changed
  • libpretixsync/src/testFixtures/java/eu/pretix/pretixscan/scanproxy/tests/test

1 file changed

+1
-0
lines changed

libpretixsync/src/testFixtures/java/eu/pretix/pretixscan/scanproxy/tests/test/FakePretixApi.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class FakePretixApi : PretixApi("http://1.1.1.1/", "a", "demo", 1, DefaultHttpCl
4040
ignore_unpaid: Boolean,
4141
pdf_data: Boolean,
4242
type: String?,
43+
source_type: String?,
4344
callTimeout: Long?,
4445
questions_supported: Boolean
4546
): ApiResponse {

0 commit comments

Comments
 (0)