Skip to content

Remove debug System.out.println from QuestionAnswerAdvisorTests #4102

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

Closed
wants to merge 1 commit into from

Conversation

seongm1n
Copy link
Contributor

@seongm1n seongm1n commented Aug 10, 2025

Removes unnecessary System.out.println(systemMessage.getText()) from test method.

The debug output is redundant since the same value is validated by the assertion on the next line. This improves code quality and follows Spring project conventions of using proper logging instead of console output.

File changed:

  • QuestionAnswerAdvisorTests.java (line 154)

Testing: Test continues to pass with no functional impact.

Auto-cherry-pick to 1.0.x
Fixes #4102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants