lint error fix - remove whitespace

This commit is contained in:
sayali 2020-10-08 12:50:30 -07:00
parent 8928e04385
commit d5ce38bf71
1 changed files with 1 additions and 1 deletions

View File

@ -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