Commit bcf356c3 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

Merge branch 'fix-wrong-random-entity-prefix' into 'develop'

fix: swap entity ID generation for parking and vehicle

See merge request !197
parents e5f05698 a88dabb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,11 +37,11 @@ Generate Bus Entity Id
    RETURN    ${entity_id}

Generate Random Parking Entity Id
    ${entity_id}=    Generate Random Id    ${VEHICLE_ID_PREFIX}
    ${entity_id}=    Generate Random Id    ${PARKING_ID_PREFIX}
    RETURN    ${entity_id}

Generate Random Vehicle Entity Id
    ${entity_id}=    Generate Random Id    ${PARKING_ID_PREFIX}
    ${entity_id}=    Generate Random Id    ${VEHICLE_ID_PREFIX}
    RETURN    ${entity_id}

Generate Random Subscription Id