DSD-DBS / polarion-rest-api-client

An API Client for the Polarion REST API.
1 stars 0 forks source link

fix: Set checksum from additional attributes #23

Closed micha91 closed 7 months ago

micha91 commented 7 months ago

In a previous PR we introduced a bug due to that the checksum wasn't picket from the additional attributes. This leads to an unstable checksum for work items as the new checksum included the previous one for the calculation. A test was adjusted to test the fix. Without the changes in the data_models.py the test fails now, but with the fix it passes