[tests] re-enable dummy_project route testing
This commit is contained in:
parent
7c0f5717f4
commit
5d5ffdfb7c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue