Skip to content

Commit e38bc00

Browse files
committed
chore: fix copyright and remove comment
Signed-off-by: Carl Flottmann <carl.flottmann@oracle.com>
1 parent 6d8ea0c commit e38bc00

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/integration/cases/email_checking_pypi_malware_analyzer/check_emails.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2024 - 2025, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2025 - 2025, Oracle and/or its affiliates. All rights reserved.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
44
result=$(sqlite3 --json output/macaron.db "SELECT detect_malicious_metadata_check.detail_information
55
FROM detect_malicious_metadata_check JOIN check_facts on detect_malicious_metadata_check.id = check_facts.id

tests/malware_analyzer/pypi/test_fake_email.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ def test_valid_email(pypi_package_json: MagicMock, analyzer: FakeEmailAnalyzer)
8484
analyzer: FakeEmailAnalyzer
8585
An initialized FakeEmailAnalyzer instance.
8686
"""
87-
# TODO: change this to use a test domain instead of turning off deliverability
88-
analyzer.check_deliverability = False
8987
pypi_package_json.package_json = {
9088
"info": {"author_email": "user@example.test", "maintainer_email": "other@example.test"}
9189
}

0 commit comments

Comments
 (0)