issues
search
itsdeannat
/
the-brew-ha-ha-api
A coffee-themed API built with the Django Rest Framework
MIT License
0
stars
0
forks
source link
Make test calls to the /register endpoint
#7
Closed
itsdeannat
closed
2 months ago
itsdeannat
commented
2 months ago
POST to endpoint with valid username and password
POST to endpoint with invalid username and password
itsdeannat
commented
2 months ago
User needs to navigate to {base_url}/register/
User needs to POST their username and password
itsdeannat
commented
2 months ago
Tests I did:
If user submits valid username and password, user is created
If user submits invalid username and/or password, error message is displayed