mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Update test.js
This commit is contained in:
@ -15,9 +15,8 @@ function randomString() {
|
||||
return result;
|
||||
};
|
||||
|
||||
const userEmail = randomString() + "_test@mail.org";
|
||||
|
||||
describe('Person tests', () => {
|
||||
const userEmail = randomString() + "_test@mail.org";
|
||||
it('should return a 201 status code for POST /persons', async () => {
|
||||
const userData = {
|
||||
"email": userEmail,
|
||||
|
Reference in New Issue
Block a user