feat(interview): Copy dataset [3] #1241
Annotations
10 errors
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[12-site-site]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L380
test_update[1-owner-owner]
assert 400 == 200
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L416
test_update_parent[4-api-api]
assert 400 == 200
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L416
test_update_parent[5-api-api]
assert 400 == 200
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L380
test_update[1-manager-manager]
assert 400 == 200
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[12-user-user]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L260
test_copy[12-site-site]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L260
test_copy[12-owner-owner]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L362
test_copy_parent[2]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Run Tests:
rdmo/projects/tests/test_viewset_project.py#L228
test_create_parent[2-owner-owner]
assert 400 == 201
+ where 400 = <Response status_code=400, "application/json">.status_code
|
Loading