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

(maint) make service test less sensitive #254

Merged

Conversation

jonathannewman
Copy link
Contributor

The service test contained a regular expression that matched on the size of the content. The headers that are included in the response depend on the platform and java version that are used to run the tests, so this removes the size part of the regular expression to make the tests less sensitive to environment. The underlying behavior in the test isn't impacted; it still validates that the logging occurred.

The service test contained a regular expression that matched on the
size of the content. The headers that are included in the response
depend on the platform and java version that are used to run the
tests, so this removes the size part of the regular expression to
make the tests less sensitive to environment. The underlying behavior
in the test isn't impacted; it still validates that the logging occurred.
@jonathannewman jonathannewman requested a review from a team as a code owner October 10, 2023 18:53
Copy link
Contributor

@steveax steveax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@steveax steveax merged commit fd8fb3c into puppetlabs:main Oct 10, 2023
4 checks passed
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