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
feat: add configuration option for check_for_potential_duplicate_pacticipant_names
This allows the checking for potential duplicate names (eg. a service being called "Foo" in
one pact and "Foo Service" or "foo" or "Foos" in another) to be turned off when publishing a pact.
Turning this check off will likely result in a mess of data, and result in the end of the world as we know it.
Just for @uglyog
Copy file name to clipboardexpand all lines: lib/pact_broker/locale/en.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ en:
28
28
If you meant to specify one of the above names, please correct the pact configuration, and re-publish the pact.
29
29
If the pact is intended to be for a new consumer or provider, please manually create "%{new_name}" using the following command, and then re-publish the pact:
If you meant to specify one of the above names, please correct the pact configuration, and re-publish the pact.
20
18
If the pact is intended to be for a new consumer or provider, please manually create "Contracts" using the following command, and then re-publish the pact:
0 commit comments