mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
6 lines
156 B
Python
6 lines
156 B
Python
|
|
from tests.conftest import SERVICE_ONE_ID
|
||
|
|
|
||
|
|
|
||
|
|
def test_get_upload_hub_page(client_request):
|
||
|
|
client_request.get('main.uploads', service_id=SERVICE_ONE_ID)
|