Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions __tests__/contract/serverest-provider.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ describe('API Pact test - Integration between \'Front\' and \'ServeRest - API Re
nome: 'Fulano da Silva',
email: '[email protected]',
password: 'teste',
administrador: 'true',
_id: '0uxuPY0cbmQhpEz1',
administrador: 'trae',
_id: '0uxuPYcbmQhpEz1',
};

await mockProvider.addInteraction({
Expand Down