diff --git a/tests/stats/test_stats.py b/tests/stats/test_stats.py index c262ae0737f..29df0dd5304 100644 --- a/tests/stats/test_stats.py +++ b/tests/stats/test_stats.py @@ -86,7 +86,6 @@ def test_obfuscation(self): logger.debug(f"asserting on {s}") hits += s["Hits"] top_hits += s["TopLevelHits"] - assert s["Service"] == "sqlite3.db", "expect sqlite3.db as service" assert s["Type"] == "sql", "expect 'sql' type" assert ( stats_count <= 4