Refactor history off the service model

Directly referencing the `ModelList` instances will let us more easily
make choices at the view layer about which kinds of events to show, and
is one less layer of indirection to jump through.
This commit is contained in:
Chris Hill-Scott
2019-10-21 12:14:41 +01:00
parent b2ebaf153a
commit d93ebd99d3
3 changed files with 10 additions and 13 deletions

View File

@@ -44,9 +44,9 @@ def test_history(
'10 October',
(
'6ce466d0-fd6a-11e5-82f5-e0accb9d11a6 11:10am '
'Created an API key called Good key '
'Created this service and called it Example service '
'6ce466d0-fd6a-11e5-82f5-e0accb9d11a6 11:10am '
'Created this service and called it Example service'
'Created an API key called Good key'
),
),
]