pactflow / roadmap

Public Pactflow issue tracker and roadmap
MIT License
15 stars 0 forks source link

[Bug] removing an integration removes to much #105

Open markozz opened 9 months ago

markozz commented 9 months ago

When deleting an integration from Pactflow. It mentions that it will delete everything that is not linked to another integration. However even when a provider contract is also linked with other consumers the provider contract is still being deleted.

Expected: Given: a <--> b c <--> b When: removing integration a <--> b Then: c <--> b will stay intact. Actual: only c will stay, all data regarding b is removed.