Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakekaplan committed Nov 21, 2023
1 parent e2e7c64 commit 2dc27df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/workers/test_ecs_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ async def test_retry_on_failed_task_start(
assert run_task_mock.call_count == 3


async def test_replace_env_values():
async def test_mask_sensitive_env_values():
task_run_request = {
"overrides": {
"containerOverrides": [
Expand Down

0 comments on commit 2dc27df

Please sign in to comment.