[tests] re-enable dummy_project route testing

This commit is contained in:
Maxime Alves LIRMM@home 2021-12-14 09:03:45 +01:00
parent 7c0f5717f4
commit 5d5ffdfb7c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def test_get_route(dummy_project, application_domain):
# ('abc/alphabet','GET'), # ('abc/alphabet','GET'),
] ]
for route_def in []:#dummy_domain_routes: for route_def in dummy_domain_routes:
path, verb = route_def[0], route_def[1] path, verb = route_def[0], route_def[1]
route_path = '/{}'.format(path) route_path = '/{}'.format(path)
print(route_path) print(route_path)