kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

fix: mef_eline update constraints test #191

Closed ajoaoff closed 1 year ago

ajoaoff commented 1 year ago

The test was broken because evc_id was assigned the return of update_evc method, which is a dict instead of a str. This PR fixes it.