You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: