Closed jeffy-mathew closed 2 months ago
β±οΈ Estimated effort to review: 2 π΅π΅βͺβͺβͺ |
π§ͺ PR contains tests |
π No security concerns identified |
β‘ No key issues to review |
No code suggestions found for the PR.
API Changes
no api changes detected
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
User description
Description
Add t.helper to helper functions to address sonarcloud lint issuess
Related Issue
https://tyktech.atlassian.net/browse/TT-13175
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
PR Type
Tests
Description
t.Helper()
to multiple test functions ininternal/policy/apply_test.go
to improve clarity and debugging capabilities.Changes walkthrough π
apply_test.go
Add `t.Helper()` to test functions for improved clarity
internal/policy/apply_test.go
t.Helper()
to multiple test functions to improve test clarity.