mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
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:
@@ -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’'
|
||||
),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user