mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
9 lines
181 B
Python
9 lines
181 B
Python
from tests.conftest import SERVICE_ONE_ID
|
|
|
|
|
|
def test_history(
|
|
client_request,
|
|
mock_get_service_history,
|
|
):
|
|
client_request.get('main.history', service_id=SERVICE_ONE_ID)
|