-
Notifications
You must be signed in to change notification settings - Fork 248
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
don't hardcode paths to test resources #14775
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7f1e1d2
to
1e5dc96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a great improvement over copying and pasting the same predetermined value in multiple places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
## Change Description hail-is#14775 missed some places in the scala tests where the test resources directory is hardcoded. This fixes the remaining cases. ## Security Assessment Delete all except the correct answer: - This change has no security impact ### Impact Description Tests-only change (Reviewers: please confirm the security impact before approving)
## Change Description Factor out the location of the test resources directory in the scala tests, so we only need to change one place when we rearrange the directory structure. ## Security Assessment - This change has no security impact ### Impact Description Tests only
Change Description
Factor out the location of the test resources directory in the scala tests, so we only need to change one place when we rearrange the directory structure.
Security Assessment
Impact Description
Tests only