Changes to tests to make them correct

This commit is contained in:
Lucas Patenaude
2024-04-11 04:35:10 -06:00
parent a2358d9893
commit 003c554db7
6 changed files with 40 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ describe('Server!', () => {
it('positive: /register', done => {
// Define mock user data
const userData = {
username: 'Vishal Vunnam',
username: 'Vishal',
password: '123456'
};
// Make a POST request to /register with mock user data