Skip to content

Commit

Permalink
GMS-85 Gms Exception handler test enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-szrnka committed Dec 20, 2023
1 parent 0189364 commit 44acdc6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import io.github.gms.common.exception.GmsException;
import org.jboss.logging.MDC;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.core.MethodParameter;
import org.springframework.http.HttpStatus;
Expand All @@ -29,7 +28,6 @@
* @author Peter Szrnka
* @since 1.0
*/
@Disabled
class GmsExceptionHandlerTest extends AbstractUnitTest {

private static final String CORRELATION_ID = "CORRELATION_ID";
Expand Down

0 comments on commit 44acdc6

Please sign in to comment.