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 7490b8b commit c5eaf7fCopy full SHA for c5eaf7f
test/test_migration.py
@@ -96,7 +96,7 @@ def test_migration() -> None:
96
p = json_config["projects"]["checkstyle-issues"]
97
assert len(p["branches"]["main"]["issues"]["thirdParty"]) > 0
98
99
- assert json_config["projects"]["demo:gitlab-ci-maven"]["detectedCi"] == "GitLab CI"
+ assert json_config["projects"]["demo:gitlab-ci-maven"]["detectedCi"] == "Gitlab CI"
100
assert json_config["projects"]["demo:gitlab-actions-cli"]["detectedCi"] == "Github Actions"
101
102
util.clean(util.JSON_FILE)
0 commit comments