Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User info test contains a failing test. #2

Open
ethancane opened this issue Mar 14, 2024 · 1 comment
Open

User info test contains a failing test. #2

ethancane opened this issue Mar 14, 2024 · 1 comment

Comments

@ethancane
Copy link

Wonder if this is on purpose for an end user to correct? Otherwise the expected HTTP status code returned should be 200 (Success) and not 201 (Created)

expect(res.status).to.eql(201);

@fgrande
Copy link

fgrande commented May 29, 2024

Hi @ethancane,

I guess you're right.

Just made a PR to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants