Skip to content

Commit 9ac0843

Browse files
committed
re-adding large file response
1 parent f1dc428 commit 9ac0843

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Base.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ abstract class Base extends TestCase
3838
'Download test passed.',
3939
];
4040

41+
const LARGE_FILE_RESPONSES = [
42+
'POST:/v1/mock/tests/general/upload:passed',
43+
];
44+
4145
const EXCEPTION_RESPONSES = [
4246
'Mock 400 error',
4347
'Server Error',

0 commit comments

Comments
 (0)