From 9f1b57f22193f19f2e8195cb80d2b4726fceebac Mon Sep 17 00:00:00 2001 From: Jordi Ballester Alomar Date: Thu, 24 Nov 2022 18:59:36 +0100 Subject: [PATCH] fix pylint --- rma_account/tests/test_rma_stock_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rma_account/tests/test_rma_stock_account.py b/rma_account/tests/test_rma_stock_account.py index a0ce458b..1e160fee 100644 --- a/rma_account/tests/test_rma_stock_account.py +++ b/rma_account/tests/test_rma_stock_account.py @@ -172,7 +172,7 @@ class TestRmaStockAccount(TestRma): # When we received we Credited to GDNI 30 # When we refund we Debit to GDNI 10 self.assertEqual(gdni_balance, -20.0) - make_refund = self.rma_refund_wizwith_context( + make_refund = self.rma_refund_wiz.with_context( **{ "customer": True, "active_ids": rma.ids,