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

AppIntegrationTest is not using src/test/resources but src/main/resources for the server test instance #445

Open
pseisam opened this issue Feb 19, 2020 · 0 comments

Comments

@pseisam
Copy link

pseisam commented Feb 19, 2020

So I have a properties file in my project in src/main/resources which has some configuration options for my web application. For testing I made some changes in the properties file and put it in src/test/resources. But the problem is that the server instance from the AppBeforeIntegrationTestTask is using the resources of the main folder.

Is this intended or is this a bug?
If it is intended how is the workflow to start the server instance for integration testing with a modified properties file?

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

No branches or pull requests

1 participant