mirror of https://github.com/logos-co/open-law.git
remove commented code
This commit is contained in:
parent
4a2dc917bb
commit
e432fe1133
|
@ -184,12 +184,3 @@ def test_edit_contributor_role(client: FlaskClient, runner: FlaskCliRunner):
|
|||
|
||||
assert response.status_code == 200
|
||||
assert b"Success!" in response.data
|
||||
|
||||
# response: Response = client.post(
|
||||
# f"/book/{book.id}/delete_contributor",
|
||||
# data=dict(user_id=contributor_to_delete.user_id),
|
||||
# follow_redirects=True,
|
||||
# )
|
||||
|
||||
# assert response.status_code == 200
|
||||
# assert b"Does not exists!" in response.data
|
||||
|
|
Loading…
Reference in New Issue