tests: EMST has been renamed to EMSTP.

This commit is contained in:
Birte Kristina Friesel 2024-06-09 10:17:04 +02:00
parent 83a69dcd74
commit c969019bb3
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA
3 changed files with 4 additions and 4 deletions

View file

@ -81,7 +81,7 @@ $t->post_ok(
csrf_token => $csrf_token,
action => 'save',
train => 'RE 42 11238',
dep_station => 'EMST',
dep_station => 'EMSTP',
sched_departure => '16.10.2018 17:36',
rt_departure => '16.10.2018 17:36',
arr_station => 'EG',
@ -122,7 +122,7 @@ $t->post_ok(
csrf_token => $csrf_token,
action => 'save',
train => 'RE 42 11238',
dep_station => 'EMST',
dep_station => 'EMSTP',
sched_departure => '16.11.2018 17:36',
rt_departure => '16.11.2018 17:45',
arr_station => 'EG',

View file

@ -78,7 +78,7 @@ $t->status_is(302)->header_is( location => '/' );
$t->app->journeys->add(
db => $t->app->pg->db,
uid => $uid,
dep_station => 'EMST',
dep_station => 'EMSTP',
arr_station => 'EG',
sched_departure => DateTime->new(
year => 2018,

View file

@ -82,7 +82,7 @@ $t->post_ok(
csrf_token => $csrf_token,
action => 'save',
train => 'RE 42 11238',
dep_station => 'EMST',
dep_station => 'EMSTP',
sched_departure => '16.10.2018 17:36',
rt_departure => '16.10.2018 17:35',
arr_station => 'EG',