Explicitly pass in kwargs instead of splatting clin and portfolio data

This commit is contained in:
leigh-mil
2020-02-19 11:10:20 -05:00
parent 5c7dfc428e
commit 0bda0c481e
4 changed files with 6 additions and 14 deletions

View File

@@ -561,6 +561,7 @@ class TestCreateBillingInstructions:
session.begin_nested()
create_billing_instruction()
session.add(sent_clin)
# check that last_sent_at has been update for the new clin only
assert new_clin.last_sent_at