mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-25 23:58:18 +01:00
Compare commits
No commits in common. "7de1084f60ae0a83b59ce814992b7bf12817b6b1" and "40045159671898a185dc7c2c0807731c539fbbaf" have entirely different histories.
7de1084f60
...
4004515967
@ -371,6 +371,3 @@ def test_post_collections_invalid_page(client):
|
|||||||
response = client.simulate_post("/collections", json=request_body)
|
response = client.simulate_post("/collections", json=request_body)
|
||||||
|
|
||||||
assert response.status_code == 400
|
assert response.status_code == 400
|
||||||
|
|
||||||
|
|
||||||
# vim: set sw=4 ts=4 expandtab:
|
|
||||||
|
@ -371,6 +371,3 @@ def test_post_communities_invalid_page(client):
|
|||||||
response = client.simulate_post("/communities", json=request_body)
|
response = client.simulate_post("/communities", json=request_body)
|
||||||
|
|
||||||
assert response.status_code == 400
|
assert response.status_code == 400
|
||||||
|
|
||||||
|
|
||||||
# vim: set sw=4 ts=4 expandtab:
|
|
||||||
|
@ -43,6 +43,3 @@ def test_get_status(client):
|
|||||||
|
|
||||||
assert isinstance(response.content, bytes)
|
assert isinstance(response.content, bytes)
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
|
||||||
|
|
||||||
# vim: set sw=4 ts=4 expandtab:
|
|
||||||
|
@ -371,6 +371,3 @@ def test_post_items_invalid_page(client):
|
|||||||
response = client.simulate_post("/items", json=request_body)
|
response = client.simulate_post("/items", json=request_body)
|
||||||
|
|
||||||
assert response.status_code == 400
|
assert response.status_code == 400
|
||||||
|
|
||||||
|
|
||||||
# vim: set sw=4 ts=4 expandtab:
|
|
||||||
|
Loading…
Reference in New Issue
Block a user