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 7ee8a8b commit 4314d75
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
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 @@ -64,6 +65,7 @@

@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 4314d75

Please sign in to comment.