Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akhmerov committed Jun 5, 2023
1 parent 4a7a3b6 commit e351ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_header_repository_buttons(
def test_source_button_url(sphinx_build_factory, file_regression, provider, repo):
"""Test that source button URLs are properly constructed."""
# All buttons on
use_issues = "github.com" in repo
use_issues = "github.com" in repo or "gitlab.com" in repo or provider == "gitlab"
confoverrides = {
"html_theme_options": {
"repository_url": repo,
Expand Down

0 comments on commit e351ec1

Please sign in to comment.