Add throttling to contact api endpoint #1250
Annotations
11 errors
|
Run Tests:
rdmo/projects/tests/test_viewset_project_contact.py#L190
test_contact_post_error[2-user-user]
assert 400 == 404
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project_contact.py#L190
test_contact_post_error[3-user-user]
assert 400 == 404
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project_contact.py#L170
test_contact_post[4-guest-guest]
assert 204 == 404
+ where 204 = <Response status_code=204>.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project_contact.py#L170
test_contact_post[3-user-user]
assert 204 == 404
+ where 204 = <Response status_code=204>.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project_contact.py#L170
test_contact_post[4-manager-manager]
assert 204 == 404
+ where 204 = <Response status_code=204>.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project_contact.py#L170
test_contact_post[2-manager-manager]
assert 204 == 404
+ where 204 = <Response status_code=204>.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project_contact.py#L190
test_contact_post_error[2-manager-manager]
assert 400 == 404
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project_contact.py#L190
test_contact_post_error[2-author-author]
assert 400 == 404
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project_contact.py#L170
test_contact_post[2-user-user]
assert 204 == 404
+ where 204 = <Response status_code=204>.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project_contact.py#L190
test_contact_post_error[4-author-author]
assert 400 == 404
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Loading