Skip to content

Commit

Permalink
added Functional Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusBernalBermudez committed Feb 26, 2025
1 parent a8f89d6 commit c05e745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/java/es/upm/miw/devops/SecurityConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
}

@Bean
public AuthenticationManager authenticationManager(AuthenticationConfiguration config)
throws Exception {
public AuthenticationManager authenticationManager(AuthenticationConfiguration config) throws Exception {
return config.getAuthenticationManager();
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package es.upm.miw.devops.rest;
package es.upm.miw.devops.functionaltests;

import es.upm.miw.devops.rest.SystemResource;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down

0 comments on commit c05e745

Please sign in to comment.