-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature/ids9941 301 return v2 #155
Conversation
You'll probably need to update the CI tests to expect the 301 instead of 200 |
I think I found something that might be causing the test failures: Looking at the screenshots the tests made, the AJAX request is failing. According to documentation, I think it was returning 200 before (which would be considered successful) but 301 is not in the "successful" range. |
I see what you are saying @wcgunter I don't think that's the case here. But haven't used AJAX or jQuery very much to be certain. I'm seeing the assertion on RestPostTaskTest.java being the cause of the failure. I do think I'm set up slightly differently locally then the server checks as I'm passing local tests. Running a check putting it back to 200 to see how it behaves. |
9b7a3fc
to
58676f1
Compare
No description provided.