Skip to content

Instantly share code, notes, and snippets.

@larsgroeber
Created April 7, 2020 20:52
Show Gist options
  • Save larsgroeber/ea1828fb22b26de208b635ac96060185 to your computer and use it in GitHub Desktop.
Save larsgroeber/ea1828fb22b26de208b635ac96060185 to your computer and use it in GitHub Desktop.
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@AutoConfigureMockMvc
@TestPropertySource(locations = ["classpath:application-integration-tests.properties"])
class EmailApiIntegrationTests : IntegrationTestBase() {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment