Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
markj0hnst0n committed Nov 21, 2024
1 parent 4cdc904 commit e97e9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion healthcheck/tests/test_healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_healthcheck_down(client, backends):
b"</pingdom_http_custom_check>\n"
)


def test_service_available_check_broken(client, backends):
backends.reset()
backends.register(HealthCheckBroken)
Expand All @@ -80,4 +81,3 @@ def test_service_available_check_ok(client, backends):
response = client.get(url)

assert response.status_code == 200

0 comments on commit e97e9f3

Please sign in to comment.