vehicle_journeys/reducers/filters_spec: Fix CREATE_QUERY_STRING test
Created by: teddywing
My change to add the vehicle_journey_without_time_table filter option
in c84330ab broke this test because my
change modified the query string. Add in the new
vehicle_journey_without_time_table param to the expected query string.
Also rewrite the string as an array to make it a little easier to read.