Skip to content

Commit

Permalink
chore: Reword a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
liammulh committed May 22, 2024
1 parent 35d2b20 commit 4974f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_signup_route():


def test_sha_route():
"""Ensure we can get a SHA."""
"""Ensure we can get a Git SHA."""
response = CLIENT.get("/sha")
assert response.status_code == 200
assert len(response.text) == 40 # SHA-1 is 40 characters in length.

0 comments on commit 4974f49

Please sign in to comment.