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 489fe2c commit 449be6cCopy full SHA for 449be6c
test/test_migration.py
@@ -97,6 +97,6 @@ def test_migration() -> None:
97
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"
+ assert json_config["projects"]["demo:github-actions-cli"]["detectedCi"] == "Github Actions"
101
102
util.clean(util.JSON_FILE)
0 commit comments