diff --git a/dataherald/tests/test_api.py b/dataherald/tests/test_api.py index 5d086bc9..251d9bb5 100644 --- a/dataherald/tests/test_api.py +++ b/dataherald/tests/test_api.py @@ -7,7 +7,7 @@ HTTP_200_CODE = 200 HTTP_201_CODE = 201 HTTP_404_CODE = 404 - +HTTP_400_CODE = 400 def test_heartbeat(): response = client.get("/api/v1/heartbeat")