dcallagh / taskotron / resultsdb

Forked from taskotron/resultsdb 6 years ago
Clone

0da4be7 fix typo in api_v1 create_job()

Authored and Committed by Dan Callaghan 6 years ago
    fix typo in api_v1 create_job()
    
    Should be 'uuid' not 'iuuid'. This regressed in commit
    62c49f7fac88d88c954dccbb2a532e9f67b82faf which introduced API v2.
    
    Also add a test case to cover creating a result in API v1.