We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6840e4a commit 2310e48Copy full SHA for 2310e48
1 file changed
tests/test_checkout.py
@@ -307,8 +307,8 @@ async def test_webhook_payment_callback(
307
factory=None,
308
)
309
mocker.patch(
310
- "app.core.checkout.endpoints_checkout.all_modules",
311
- [test_module],
+ "app.module.get_all_modules",
+ return_value=[test_module],
312
313
314
response = client.post(
@@ -349,8 +349,8 @@ async def test_webhook_payment_callback_fail(
349
350
351
352
353
354
355
356
mocked_hyperion_security_logger = mocker.patch(
0 commit comments