Small test fixc

This commit is contained in:
Filip Izydorczyk
2020-09-24 17:46:35 +02:00
parent 3d1269037b
commit 305b86945d
2 changed files with 5 additions and 10 deletions

View File

@ -12,7 +12,6 @@ import com.plannaplan.exceptions.UserNotFoundException;
import com.plannaplan.types.UserRoles;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.jupiter.api.TestMethodOrder;
import org.junit.jupiter.api.MethodOrderer.OrderAnnotation;
@ -41,7 +40,6 @@ public class UserServiceTest {
}
@Test
@Ignore
public void shouldReturnToken() {
try {
String token = this.userService.login(TEST_USER_MAIL);