Add driver exclusion by group id
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m56s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m56s
This commit is contained in:
@@ -207,7 +207,7 @@ func TestHandler_GetDriverJourneys(t *testing.T) {
|
||||
Routing: mockRouting,
|
||||
}
|
||||
|
||||
journeys, err := handler.GetDriverJourneys(departure, arrival, tt.departureDate, tt.noreturn)
|
||||
journeys, err := handler.GetDriverJourneys(departure, arrival, tt.departureDate, tt.noreturn, "")
|
||||
|
||||
assert.NoError(t, err, tt.description)
|
||||
assert.Len(t, journeys, tt.expectedJourneys, tt.description)
|
||||
|
||||
Reference in New Issue
Block a user