mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-24 13:49:26 +00:00
tests
This commit is contained in:
parent
50a63f8f9e
commit
4d6c1481e0
@ -1017,9 +1017,8 @@ def test_crud_comment(client: FlaskClient, runner: FlaskCliRunner):
|
||||
comment_text = "Some comment text"
|
||||
|
||||
response: Response = client.post(
|
||||
f"/book/{book.id}/{collection.id}/{sub_collection.id}/{section_in_subcollection.id}/{interpretation.id}/create_comment",
|
||||
f"/book/{book.id}/{interpretation.id}/create_comment",
|
||||
data=dict(
|
||||
section_id=section_in_subcollection.id,
|
||||
text=comment_text,
|
||||
interpretation_id=interpretation.id,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user