Skip to content

Commit

Permalink
chore: WIP Adapt to new UID value
Browse files Browse the repository at this point in the history
  • Loading branch information
erNail committed May 21, 2024
1 parent b73b99e commit 92c04ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafaml/tests/validations_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests:
errorMessage: "uid must be between 8 and 40 characters"
- it: "Should fail to render if uid has more than 40 characters"
set:
uid: "uid"
uid: "this-is-a-very-long-uid-with-more-than-40-characters"
asserts:
- failedTemplate:
errorMessage: "uid must be between 8 and 40 characters"
Expand Down

0 comments on commit 92c04ba

Please sign in to comment.