mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-13 16:18:46 +02:00
test: Adapt home.py to run unit tests
This commit is contained in:
parent
fdbb6b5fd4
commit
a1d8e942a9
@ -31,12 +31,13 @@ dash.register_page(
|
||||
__name__,
|
||||
path="/",
|
||||
title="Transparenzregister: Home",
|
||||
redirect_from=[
|
||||
"/unternehmensdetails",
|
||||
"/personendetails",
|
||||
"/unternehmensdetails/",
|
||||
"/personendetails/",
|
||||
],
|
||||
# TODO Fix redirect in unit tests
|
||||
# redirect_from=[
|
||||
# "/unternehmensdetails",
|
||||
# "/personendetails",
|
||||
# "/unternehmensdetails/<value>",
|
||||
# "/personendetails/<value>",
|
||||
# ],
|
||||
)
|
||||
|
||||
metric = "None"
|
||||
|
Loading…
x
Reference in New Issue
Block a user