From db83d2df78635894b0dd3d7974f67730a2f812f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Gon=C3=A7alves?= Date: Thu, 24 Mar 2022 23:56:35 -0300 Subject: [PATCH 1/3] teste --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b759fd4..2e10cc0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo [![Netlify Status](https://api.netlify.com/api/v1/badges/1a16813a-257e-4aa5-a1d2-8bc702166c50/deploy-status)](https://app.netlify.com/sites/serverest/deploys) + + **Front:** http://front.serverest.dev **Back:** http://serverest.dev From aa48ed7a7a83a2dc9626b6ec248093751352cb8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Gon=C3=A7alves?= Date: Thu, 24 Mar 2022 23:58:42 -0300 Subject: [PATCH 2/3] triggar webhook --- __tests__/contract/serverest-provider.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/contract/serverest-provider.test.js b/__tests__/contract/serverest-provider.test.js index 814504e..9f45041 100644 --- a/__tests__/contract/serverest-provider.test.js +++ b/__tests__/contract/serverest-provider.test.js @@ -22,7 +22,7 @@ describe('API Pact test - Integration between \'Front\' and \'ServeRest - API Re email: 'fulano@qa.com', password: 'teste', administrador: 'true', - _id: '0uxuPY0cbmQhpEz1', + _id: '0uxuPYcbmQhpEz1', }; await mockProvider.addInteraction({ From 90e33c2ef1499c3aa2d12547b106b19514b53e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Gon=C3=A7alves?= Date: Fri, 25 Mar 2022 00:02:11 -0300 Subject: [PATCH 3/3] Update serverest-provider.test.js --- __tests__/contract/serverest-provider.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/contract/serverest-provider.test.js b/__tests__/contract/serverest-provider.test.js index 9f45041..5e1a904 100644 --- a/__tests__/contract/serverest-provider.test.js +++ b/__tests__/contract/serverest-provider.test.js @@ -21,7 +21,7 @@ describe('API Pact test - Integration between \'Front\' and \'ServeRest - API Re nome: 'Fulano da Silva', email: 'fulano@qa.com', password: 'teste', - administrador: 'true', + administrador: 'trae', _id: '0uxuPYcbmQhpEz1', };