Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.eades committed Nov 8, 2023
1 parent e547924 commit 00918a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_kroki.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_content(app: Sphinx) -> str:
testroot="kroki",
confoverrides={"master_doc": "index"},
)
def test_kroki_html(app: Sphinx, _status, _warning):
def test_kroki_html(app: Sphinx, status, warning):
content = get_content(app)
html = (
r'figure[^>]*?(?:kroki kroki-plantuml align-default)?" .*?>\s*'
Expand Down

0 comments on commit 00918a4

Please sign in to comment.