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 6e79b18 commit f9b39e0Copy full SHA for f9b39e0
test/test_migration.py
@@ -80,9 +80,12 @@ def test_migration() -> None:
80
81
iss = p["branches"]["master"]["issues"]
82
assert iss["accepted"] > 0
83
- assert iss["fslePositives"] > 0
+ assert iss["falsePositives"] > 0
84
assert iss["thirdParty"] == 0
85
86
+ assert p["branches"]["master"]["hotspots"]["safe"] > 0
87
+ assert p["branches"]["master"]["hotspots"]["acknowledged"] == 0
88
+
89
p = json_config["projects"]["checkstyle-issues"]
90
assert len(p["branches"]["issues"]["thirdParty"]) > 0
91
0 commit comments