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: validation mode lower case #1823

Merged
merged 1 commit into from
Nov 18, 2024
Merged

fix: validation mode lower case #1823

merged 1 commit into from
Nov 18, 2024

Conversation

phbelitz
Copy link
Member

@phbelitz phbelitz commented Nov 15, 2024

The check on the validation mode is done by lower casing the input and comparing it to a constant. Unfortunately the constant wasn't entirely lower case. This has been fixed.

fixes #1816

Description

Checklist

  • PR is rebased to/aimed at branch develop
  • PR follows Contributing Guide
  • Added tests (if necessary)
  • Extended README/Documentation (if necessary)
  • Adjusted versions of image and Helm chart in Chart.yaml (if necessary)

The check on the validation mode is done by lower casing the input and comparing it to a constant. Unfortunately the constant wasn't entirely lower case. Instead, no lower casing is done anymore, but an exact matching is required.

fixes #1816
@phbelitz phbelitz merged commit 9c95014 into develop Nov 18, 2024
51 checks passed
@phbelitz phbelitz deleted the fix/validation-mode branch November 18, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants