We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c003c70 commit d6638eeCopy full SHA for d6638ee
tests/modules/test_myeclpay.py renamed to tests/core/test_myeclpay.py
tests/modules/test_payment.py renamed to tests/core/test_payment.py
@@ -296,7 +296,7 @@ async def test_webhook_payment_callback(
296
) -> None:
297
# We patch the callback to be able to check if it was called
298
mocked_callback = mocker.patch(
299
- "tests.test_payment.callback",
+ "tests.core.test_payment.callback",
300
)
301
302
# We patch the module_list to inject our custom test module
@@ -337,7 +337,7 @@ async def test_webhook_payment_callback_fail(
337
338
339
340
341
side_effect=ValueError("Test error"),
342
343
0 commit comments