Skip to content

Commit

Permalink
modify test_diary_create
Browse files Browse the repository at this point in the history
  • Loading branch information
AsukaNamiki committed Jan 11, 2025
1 parent 8ed709a commit ec31a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/test/pytest/test_diary_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_invoke_flower_lambda(mock_boto_client):
@pytest.fixture
def mock_env():
original_env = dict(os.environ)
os.environ["FLOWER_IMAGE_BUCKET_NAME"] = "test-bucket"
os.environ["ORIGINAL_IMAGE_BUCKET_NAME"] = "test-bucket"
yield
os.environ.clear()
os.environ.update(original_env)
Expand Down

0 comments on commit ec31a82

Please sign in to comment.