Skip to content

fix(grouping): Fix git sha parameterization test#111964

Merged
lobsterkatie merged 1 commit intomasterfrom
kmclb-fix-git-sha-parameterization-test
Mar 31, 2026
Merged

fix(grouping): Fix git sha parameterization test#111964
lobsterkatie merged 1 commit intomasterfrom
kmclb-fix-git-sha-parameterization-test

Conversation

@lobsterkatie
Copy link
Copy Markdown
Member

We have a parameterization test case for our git sha parameterization which was meant to show that if the value doesn't include any numbers, it doesn't match our the pattern. But our git sha pattern only matches strings with exactly 7 characters, and the test case currently has 8, so of course it doesn't match! This fixes things so we're actually testing against a valid git sha.

@lobsterkatie lobsterkatie marked this pull request as ready for review March 31, 2026 23:11
@lobsterkatie lobsterkatie requested a review from a team as a code owner March 31, 2026 23:11
@lobsterkatie lobsterkatie merged commit 59e222d into master Mar 31, 2026
61 checks passed
@lobsterkatie lobsterkatie deleted the kmclb-fix-git-sha-parameterization-test branch March 31, 2026 23:18
dashed pushed a commit that referenced this pull request Apr 1, 2026
We have a parameterization test case for our git sha parameterization which was meant to show that if the value doesn't include any numbers, it doesn't match our the pattern. But our git sha pattern only matches strings with exactly 7 characters, and the test case currently has 8, so of course it doesn't match! This fixes things so we're actually testing against a valid git sha.
@github-actions github-actions bot locked and limited conversation to collaborators Apr 16, 2026
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