Skip to content

Commit

Permalink
Merge 06e85e0 into f134c3a
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Sep 17, 2019
2 parents f134c3a + 06e85e0 commit 473e116
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flask==0.12.4
flask==1.0.0
jsonschema==2.5.1
sqlalchemy==1.3.3
sqlalchemy-utils>=0.33.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages=find_packages(),
package_data={"index": ["schemas/*"]},
install_requires=[
"flask==0.12.4",
"flask==1.0.0",
"jsonschema==2.5.1",
"sqlalchemy==1.3.3",
"sqlalchemy-utils>=0.33.11",
Expand Down
1 change: 1 addition & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,7 @@ def test_bulk_get_documents(client, user):
res = client.post("/bulk/documents", json=dids, headers=user)
assert res.status_code == 200
docs = res.json
assert docs, "Did not receive list of POSTed records"

# compare that they are the same by did
for doc in docs:
Expand Down

0 comments on commit 473e116

Please sign in to comment.