st-tu-dresden / videoshop

SalesPoint sample application
Apache License 2.0
87 stars 246 forks source link

Fixed CustomerControllerIntegrationTests.allowsAuthenticatedAccessToController(…) #99

Closed odrotbohm closed 5 years ago

odrotbohm commented 5 years ago

The method is not annotated with @Test and also uses @WithMockUser in a wrong way (needs to use roles, not authorities).