-
Notifications
You must be signed in to change notification settings - Fork 38
Fixes content type header validaton #70
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
base: master
Are you sure you want to change the base?
Conversation
Oh @arietimmerman I see this fails because it returns 404 error instead of 400 |
I've now merged in #68, I guess you'll need to rebase this branch to master to fix the failing pipeline? |
Hi @arietimmerman thank you for your work on this package, it's super helpful.
|
Hi @arietimmerman the pipeline is fixed now. |
…ravel-scim-server into content_type_validation
Hi, I've noticed that in the tests the content-type header wasn't being validated correctly, this fixes it and adds coverage.