From d5ce38bf71b210f56ab7f6b5d5ba5e9bcff9144d Mon Sep 17 00:00:00 2001 From: sayali Date: Thu, 8 Oct 2020 12:50:30 -0700 Subject: [PATCH] lint error fix - remove whitespace --- lemur/tests/test_certificates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/tests/test_certificates.py b/lemur/tests/test_certificates.py index c19e3120..8403461b 100644 --- a/lemur/tests/test_certificates.py +++ b/lemur/tests/test_certificates.py @@ -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