WEEE-Open / pytarallo

Python T.A.R.A.L.L.O. API
MIT License
2 stars 4 forks source link

Investigate test_update_item_not_found() not passing #39

Closed lorcalhost closed 5 years ago

lorcalhost commented 5 years ago

tarallo_session.update_features('NONEXISTENT', {'color': 'red'}) Error has something to do with {'color': 'red'} as test_update_item_not_found_2() passes with {'color': None}

lvps commented 5 years ago

@lorcalhost It does work, pull the latest tarallo, there's a server side fix asd