lint error fix - remove whitespace
This commit is contained in:
parent
8928e04385
commit
d5ce38bf71
|
@ -937,7 +937,7 @@ def test_certificate_post_update_notify(client, certificate, token, status):
|
|||
data=json.dumps({"notify": toggled_notify}),
|
||||
headers=token
|
||||
)
|
||||
|
||||
|
||||
assert response.status_code == status
|
||||
if status == 200:
|
||||
assert response.json.get("notify") == toggled_notify
|
||||
|
|
Loading…
Reference in New Issue