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

KOP-3064 Use enaio identifier

parent c435dd27
Branches
No related tags found
No related merge requests found
Pipeline #2110 failed
......@@ -53,7 +53,7 @@ class XtaClientEnaioExampleRemoteITCase {
@DisplayName("should have open status for enaio messages")
@SneakyThrows
@ParameterizedTest
@ValueSource(strings = { "abgabe0401-enaio-04" }) // "abgabe0401-enaio-01", "abgabe0401-enaio-02", "abgabe0401-enaio-03", "abgabe0401-enaio-04"
@ValueSource(strings = { "abgabe0401-enaio-01", "abgabe0401-enaio-02", "abgabe0401-enaio-03", "abgabe0401-enaio-04" })
void shouldReturn(String messageLabel) {
XtaMessage xtaMessage = createXdomeaMessage(loadMessage(messageLabel).messageFile());
......@@ -87,8 +87,8 @@ class XtaClientEnaioExampleRemoteITCase {
.author(TEST_AUTHOR_CLIENT_IDENTIFIER)
.reader(XtaIdentifier.builder()
.category("Generischer Antragsempfänger")
.value("gae:dataportdconnectorgovernance@dataport.de")
.name("DMS-Systeme (dConnector)")
.value("gae:ozg-cloud-dms@optimal-systems.de")
.name("DMS enaio (Optimal-Systems)")
.build())
.build());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment