Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayZiv committed Mar 19, 2022
1 parent 8ab96b7 commit 3d43636
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ def test_dirhtml_url(og_meta_tags):

@pytest.mark.sphinx("html", testroot="override-url")
def test_override_url(og_meta_tags):
assert get_tag_content(og_meta_tags, "url") == "https://example.com/en/stable/index.html"
assert (
get_tag_content(og_meta_tags, "url")
== "https://example.com/en/stable/index.html"
)


@pytest.mark.sphinx("html", testroot="image")
Expand Down

0 comments on commit 3d43636

Please sign in to comment.