Skip to content

Commit beafc6d

Browse files
committed
refactor: renamed controller access test
1 parent 99abc8e commit beafc6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/fr/insee/genesis/controller/rest/ControllerAccessTest.java renamed to src/test/java/fr/insee/genesis/controller/rest/ControllerAccessIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
@AutoConfigureMockMvc
5757
@ActiveProfiles("test")
5858
@EnableAutoConfiguration(exclude = {MongoAutoConfiguration.class, MongoDataAutoConfiguration.class})
59-
class ControllerAccessTest {
59+
class ControllerAccessIT {
6060

6161
// Constants for user roles
6262
@Autowired

0 commit comments

Comments
 (0)