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

KOP-3126 itcase: Use xta-test-server w/o NCName restriction

parent eb64c264
No related branches found
No related tags found
1 merge request!5KOP-3126 xta: Remove NCName restriction for fileIds
Pipeline #2310 passed
......@@ -24,7 +24,7 @@ import lombok.extern.slf4j.Slf4j;
public class XtaTestServerSetupExtension implements BeforeAllCallback, AfterAllCallback {
private static final DockerImageName XTA_TEST_SERVER_IMAGE = DockerImageName.parse("docker.ozg-sh.de/xta-test-server")
.withTag("latest");
.withTag("1.9.0-MR-6");
private static final String XTA_TEST_CLIENT_KEYSTORE_PATH = "store/xta-test-client-john-smith_keystore.p12";
private static final String XTA_TEST_CLIENT_KEYSTORE_PASSWORD = "password";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment