Skip to content
Snippets Groups Projects
Commit 27515ef5 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

#1 Use spring boot test annotation

parent 48f1d4e0
Branches
Tags
No related merge requests found
Pipeline #1065 passed
......@@ -4,10 +4,12 @@ import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import dasniko.testcontainers.keycloak.KeycloakContainer;
import de.ozgcloud.nachrichten.postfach.PostfachNachricht;
@SpringBootTest(classes = OsiPostfachRemoteService.class)
public class OsiPostfachRemoteServiceITCase {
private static final String MESSAGE_ID = "message-id";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment