Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions api/test/api.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ jsonpath "$[1].name" == "S+U Hauptbahnhof"
jsonpath "$[2].name" == "Hauptbahnhof"
jsonpath "$[3].name" == "Berlin Hauptbahnhof"
jsonpath "$[4].name" == "Berlin Südkreuz"
jsonpath "$[5].name" == "Südkreuz (Nord-Süd)"
jsonpath "$[6].name" == "Südkreuz (Ringbahn)"
jsonpath "$[7].name" == "Berlin-Spandau"
jsonpath "$[8].name" == "Spandau"
jsonpath "$[9].name" == "Berlin Ostbahnhof"
jsonpath "$[10].name" == "Ostbahnhof"
jsonpath "$[11].name" == "Ostkreuz (Ringbahn)"
jsonpath "$[12].name" == "Gesundbrunnen"
jsonpath "$[13].name" == "Berlin Ostkreuz (Ringbahn-F)"
jsonpath "$[14].name" == "Ostkreuz"
jsonpath "$[15].name" == "Berlin Ostkreuz (Stadtbahn-F)"
jsonpath "$[16].name" == "Berlin Gesundbrunnen"
jsonpath "$[17].name" == "Berlin Ostkreuz (Ostbahn)"
jsonpath "$[18].name" == "Alexanderplatz"
jsonpath "$[19].name" == "Berlin Alexanderplatz"
jsonpath "$[5].name" == "Südkreuz (Ringbahn)"
jsonpath "$[6].name" == "Südkreuz (Nord-Süd)"
jsonpath "$[7].name" == "Berlin Nordost"
jsonpath "$[8].name" == "Berlin Greifswalder Straße"
jsonpath "$[9].name" == "Berlin-Grünau"
jsonpath "$[10].name" == "Berlin-Spandau"
jsonpath "$[11].name" == "Berlin-Marienfelde Gbf"
jsonpath "$[12].name" == "Spandau"
jsonpath "$[13].name" == "Berlin-Tempelhof"
jsonpath "$[14].name" == "Berlin-Schönholz"
jsonpath "$[15].name" == "Berlin Ostbahnhof"
jsonpath "$[16].name" == "Ostbahnhof"
jsonpath "$[17].name" == "Gesundbrunnen"
jsonpath "$[18].name" == "Berlin Gesundbrunnen"
jsonpath "$[19].name" == "Berlin-Neukölln"

# Facility request with language
GET {{base_url}}/facility
Expand Down