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 56a2710 commit b1fd564
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lambda_function/tests/test_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
import json
from moto import mock_s3
from pathlib import Path
from swxsoc import log

import astropy.logger

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

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


@pytest.fixture
Expand Down

0 comments on commit b1fd564

Please sign in to comment.