Skip to content

Commit

Permalink
fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous committed Oct 8, 2024
1 parent b1fd564 commit 04a7857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lambda_function/tests/test_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
import json
from moto import mock_s3
from pathlib import Path
import astropy.logger
from astropy import log

os.environ["SDC_AWS_CONFIG_FILE_PATH"] = "lambda_function/src/config.yaml"
from src.file_processor.file_processor import ( # noqa: E402
handle_event, # noqa: E402
FileProcessor, # noqa: E402
) # noqa: E402

astropy.logger.disable_warnings_logging()
log.disable_warnings_logging()


@pytest.fixture
Expand Down

0 comments on commit 04a7857

Please sign in to comment.