Compare commits
2 Commits
5e0d5f4b91
...
19721cf5da
| Author | SHA1 | Date | |
|---|---|---|---|
| 19721cf5da | |||
| a6d9d1595a |
@@ -36,8 +36,8 @@ def test_code(request):
|
||||
routes = [
|
||||
Route(
|
||||
type_transport='road',
|
||||
departure_DT=datetime(year=2024, month=9, day=1),
|
||||
arrival_DT=datetime(year=2024, month=9, day=3),
|
||||
departure_DT=datetime.now() + timedelta(days=7),
|
||||
arrival_DT=datetime.now() + timedelta(days=8),
|
||||
from_address_point=to_air.city.id,
|
||||
to_address_point=from_air.city.id,
|
||||
from_city=to_air.city,
|
||||
|
||||
Reference in New Issue
Block a user