We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bae2c2 commit 1a2bc1aCopy full SHA for 1a2bc1a
test/test_migration.py
@@ -94,7 +94,7 @@ def test_migration() -> None:
94
assert p["branches"]["master"]["hotspots"]["acknowledged"] == 0
95
96
p = json_config["projects"]["checkstyle-issues"]
97
- assert len(p["branches"]["issues"]["thirdParty"]) > 0
+ assert len(p["branches"]["main"]["issues"]["thirdParty"]) > 0
98
99
assert json_config["projects"]["demo:gitlab-ci-maven"]["detectedCi"] == "GitLab CI"
100
assert json_config["projects"]["demo:gitlab-actions-cli"]["detectedCi"] == "Github Actions"
0 commit comments