fixup! Fix #8310: remove references to css/work-in-progress
diff --git a/tools/lint/tests/test_lint.py b/tools/lint/tests/test_lint.py
index ef26206..68c97b4 100644
--- a/tools/lint/tests/test_lint.py
+++ b/tools/lint/tests/test_lint.py
@@ -362,8 +362,8 @@
         with _mock_lint("check_file_contents") as mocked_check_file_contents:
             rv = lint(_dummy_repo, ["css-unique/support/a.html"], "normal", True)
             assert rv == 0
-            assert mocked_check_path.call_count == 2
-            assert mocked_check_file_contents.call_count == 2
+            assert mocked_check_path.call_count == 1
+            assert mocked_check_file_contents.call_count == 1
     assert caplog.text == ""