Skip to content

Commit 1fdb43a

Browse files
committed
chore: add new field to trigger webhooks
1 parent 5ac3b52 commit 1fdb43a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api.pact.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ describe('API Pact test', () => {
1919
const expectedProduct = {
2020
id: '10',
2121
type: 'CREDIT_CARD',
22-
name: '28 Degrees'
22+
name: '28 Degrees',
23+
test: 'field'
2324
};
2425

2526
// Uncomment to see this fail

0 commit comments

Comments
 (0)