Skip to content

Commit

Permalink
New error code is 9056
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Mar 21, 2023
1 parent d395ac3 commit b8429dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orcid/test_rc_api_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def assert_30rc_messages(self, read_response):
self.assertTrue("<response-code>308</response-code>" in read_response, "response: " + read_response)
self.assertTrue("<developer-message>Release candidates for V3.0 are now disabled, your request will be redirected to the corresponding V3.0 end point</developer-message>" in read_response, "response: " + read_response)
self.assertTrue("<user-message>Release candidates for V3.0 are now disabled, your request will be redirected to the corresponding V3.0 end point</user-message>" in read_response, "response: " + read_response)
self.assertTrue("<error-code>9059</error-code>" in read_response, "response: " + read_response)
self.assertTrue("<error-code>9056</error-code>" in read_response, "response: " + read_response)

def assert_redirection(self, read_response):
self.assertTrue("HTTP/1.1 308" in read_response and "HTTP/1.1 200" in read_response, "response: " + read_response)
Expand Down

0 comments on commit b8429dc

Please sign in to comment.