Tidy up SpringBootTests#1688
Conversation
yue9944882
left a comment
There was a problem hiding this comment.
/lgtm
can you amend the commit message so the bot can detach the label?
I don't think the commit message needed to be amended. Is the bot completely insane? |
Tests with [at]SpringBootTest automatically look for configuration files nested inside them, so you don't need to explicitly enumerate them. Signed-off-by: Dave Syer <dsyer@vmware.com>
|
Yes, the bot is completely insane. Please fix it. |
we're forbidding |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsyer, yue9944882 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Tests with [at]SpringBootTest automatically look for configuration files
nested inside them, so you don't need to explicitly enumerate them.