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

[jsonchecker] Remove const from parameters #2936

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

tpapagian
Copy link
Member

In 62957f104 we changed the Retries and RetryDelay from var to const. This patch reverst that change as we may need to adjust them based on the test needs.

In 62957f104 we changed the
Retries and RetryDelay from var to const. This patch reverst that change
as we may need to adjust them based on the test needs.

Signed-off-by: Anastasios Papagiannis <[email protected]>
@tpapagian tpapagian added the release-note/misc This PR makes changes that have no direct user impact. label Sep 19, 2024
@tpapagian tpapagian marked this pull request as ready for review September 19, 2024 06:09
@tpapagian tpapagian requested a review from a team as a code owner September 19, 2024 06:09
@kkourt kkourt merged commit c35738c into main Sep 19, 2024
42 checks passed
@kkourt kkourt deleted the pr/apapag/remove-const-jsonchecker branch September 19, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants