minor fixes

This commit is contained in:
Dan Saunders
2025-02-27 15:37:00 -05:00
committed by Dan Saunders
parent b8ec5bdccf
commit 2d36c11264
4 changed files with 27 additions and 16 deletions

View File

@@ -133,7 +133,6 @@ def test_is_whitelisted(telemetry_manager_class, mock_whitelist):
assert manager._is_whitelisted("META-LLAMA/Llama-7B")
# Should handle empty input
assert not manager._is_whitelisted("")
assert not manager._is_whitelisted(None)
def test_system_info_collection(manager):