Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Fix celery task parameters#21

Merged
hacktobeer merged 1 commit intoopenrelik:mainfrom
hacktobeer:fix-params
Jan 9, 2026
Merged

Fix celery task parameters#21
hacktobeer merged 1 commit intoopenrelik:mainfrom
hacktobeer:fix-params

Conversation

@hacktobeer
Copy link
Copy Markdown
Contributor

Fix celery task parameters setting default values to None.

In some edge cases setting a string parameter default value to "" will create bugs when using methods like [list].append(str). Setting the default value to None explicitly instead of the empty value of the parameter type.

@hacktobeer hacktobeer requested a review from berggren January 9, 2026 14:01
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/container_drift.py 57.14% <ø> (ø)
src/container_export.py 43.38% <ø> (ø)
src/container_file_extract.py 47.34% <ø> (ø)
src/container_list.py 34.17% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hacktobeer hacktobeer merged commit 8e3a786 into openrelik:main Jan 9, 2026
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants