Skip to content

Commit

Permalink
feat: implement special logout url for linked accounts feature
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Svanaes <[email protected]>
  • Loading branch information
netroms committed Dec 11, 2024
1 parent 4314d75 commit c1396be
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
import org.jetbrains.annotations.NotNull;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.http.*;
Expand All @@ -65,7 +64,6 @@

@Tag("logintests")
@Slf4j
@Disabled
public class LoginTest {
private static final ObjectMapper objectMapper = new ObjectMapper();
private static final RestTemplate restTemplate = new RestTemplate();
Expand Down

0 comments on commit c1396be

Please sign in to comment.