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
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ import lombok.Getter; ...@@ -30,7 +30,7 @@ import lombok.Getter;
@Getter @Getter
class ServiceKonto { class ServiceKonto {
static final String SERVICE_KONTO_TYPE = "BayernID"; static final String SERVICE_KONTO_TYPE = "BAYERN_ID";
@Builder.Default @Builder.Default
private String type = SERVICE_KONTO_TYPE; private String type = SERVICE_KONTO_TYPE;
......
...@@ -29,7 +29,7 @@ import de.ozgcloud.formcycle.formdata.ServiceKonto.ServiceKontoBuilder; ...@@ -29,7 +29,7 @@ import de.ozgcloud.formcycle.formdata.ServiceKonto.ServiceKontoBuilder;
public class ServiceKontoTestFactory { 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 final static String TRUST_LEVEL = "STORK-QAA-Level-1";
public static final String POSTKORB_ID = UUID.randomUUID().toString(); public static final String POSTKORB_ID = UUID.randomUUID().toString();
public static final String SERVICE_KONTO_VERSION = "1"; 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