Skip to content
Snippets Groups Projects
Commit f301b768 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6641 update name of servicekonto type

parent 9241a12a
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ import lombok.Getter;
@Getter
class ServiceKonto {
static final String SERVICE_KONTO_TYPE = "BayernID";
static final String SERVICE_KONTO_TYPE = "BAYERN_ID";
@Builder.Default
private String type = SERVICE_KONTO_TYPE;
......
......@@ -29,7 +29,7 @@ import de.ozgcloud.formcycle.formdata.ServiceKonto.ServiceKontoBuilder;
public class ServiceKontoTestFactory {
public final static String TYPE = "BayernID";
public final static String TYPE = "BAYERN_ID";
public final static String TRUST_LEVEL = "STORK-QAA-Level-1";
public static final String POSTKORB_ID = UUID.randomUUID().toString();
public static final String SERVICE_KONTO_VERSION = "1";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment