mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
6 lines
150 B
Python
6 lines
150 B
Python
|
from tests.utils_test_alias import alias_export
|
||
|
|
||
|
|
||
|
def test_alias_export(flask_client):
|
||
|
alias_export(flask_client, "dashboard.alias_export_route")
|