Skip to content

Commit

Permalink
Clean up unused minio.periodic_callback_ms field
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Nov 18, 2024
1 parent c20baed commit e70fad4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def mock_configuration(mocker):
"access_key_id": "codecov-default-key",
"bucket": "archive",
"hash_key": "88f572f4726e4971827415efa8867978",
"periodic_callback_ms": False,
"secret_access_key": "codecov-default-secret",
"verify_ssl": False,
},
Expand Down
2 changes: 0 additions & 2 deletions docker/test_codecov_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ services:
redis_url: redis://redis:6379
minio:
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
periodic_callback_ms: false
access_key_id: codecov-default-key
secret_access_key: codecov-default-secret
verify_ssl: false
smtp:
host: mailhog
port: 1025


github:
bot:
username: codecov-io
Expand Down
1 change: 0 additions & 1 deletion tasks/tests/unit/test_send_email_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def mock_configuration_no_smtp(mocker):
"access_key_id": "codecov-default-key",
"bucket": "archive",
"hash_key": "88f572f4726e4971827415efa8867978",
"periodic_callback_ms": False,
"secret_access_key": "codecov-default-secret",
"verify_ssl": False,
},
Expand Down

0 comments on commit e70fad4

Please sign in to comment.