Refactor code to add updated_at

This commit is contained in:
Ken Tsang
2017-08-10 17:51:47 +01:00
parent fbe505a991
commit 47a1403591
2 changed files with 5 additions and 1 deletions

View File

@@ -76,6 +76,6 @@ def test_set_inbound_number_active_flag(notify_db, notify_db_session, sample_ser
dao_set_inbound_number_active_flag(inbound_number.id, active=active)
inbound_number = dao_get_inbound_number_for_service(sample_service.id)
inbound_number = dao_get_inbound_number(inbound_number.id)
assert inbound_number.active is active