Skip to content

Commit

Permalink
test: rename happy path test
Browse files Browse the repository at this point in the history
  • Loading branch information
oniboni committed Jul 26, 2024
1 parent a737013 commit fe02abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_happy_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


@pytest.mark.usefixtures("kroki_dummy")
def test_missing_from_file() -> None:
def test_happy_path() -> None:
# Arrange
with MkDocsHelper("happy_path") as mkdocs_helper:
mkdocs_helper.set_http_method("POST")
Expand Down

0 comments on commit fe02abd

Please sign in to comment.