Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support default filter for cron job #1698

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

DavePearce
Copy link
Collaborator

This corrects a typo related to the test_filter input parameter when scheduled via the cron job. Specifically, in that case, the provided default value BlockchainReferenceTest_* is not used (surprisingly). Therefore, instead, a default value is forced using the || operator at the point of use.

@DavePearce DavePearce added the enhancement New feature or request label Jan 14, 2025
@DavePearce DavePearce requested a review from FlorianHuc January 14, 2025 02:10
@DavePearce DavePearce linked an issue Jan 14, 2025 that may be closed by this pull request
@DavePearce DavePearce merged commit 9604ddf into arith-dev Jan 14, 2025
8 of 10 checks passed
@DavePearce DavePearce deleted the 1697-fix-scheduled-daily-blockchain-tests branch January 14, 2025 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: scheduled "Daily Blockchain Tests"
2 participants