Skip to content

Commit 449be6c

Browse files
committed
Fix project key
1 parent 489fe2c commit 449be6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ def test_migration() -> None:
9797
assert len(p["branches"]["main"]["issues"]["thirdParty"]) > 0
9898

9999
assert json_config["projects"]["demo:gitlab-ci-maven"]["detectedCi"] == "Gitlab CI"
100-
assert json_config["projects"]["demo:gitlab-actions-cli"]["detectedCi"] == "Github Actions"
100+
assert json_config["projects"]["demo:github-actions-cli"]["detectedCi"] == "Github Actions"
101101

102102
util.clean(util.JSON_FILE)

0 commit comments

Comments
 (0)