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")
|