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

OZG-6711 Rename to remote

parent f0f6feda
Branches
Tags
No related merge requests found
......@@ -26,14 +26,14 @@ import lombok.SneakyThrows;
class XtaClientRemoteITCase {
@RegisterExtension
static final XtaRemoteServerSetupExtension XTA_DEV_SERVER_SETUP_EXTENSION = new XtaRemoteServerSetupExtension();
static final XtaRemoteServerSetupExtension XTA_REMOTE_SERVER_SETUP_EXTENSION = new XtaRemoteServerSetupExtension();
private XtaClient client;
@BeforeEach
@SneakyThrows
void setup() {
client = XTA_DEV_SERVER_SETUP_EXTENSION.getClient();
client = XTA_REMOTE_SERVER_SETUP_EXTENSION.getClient();
}
@DisplayName("get messages metadata")
......@@ -60,7 +60,7 @@ class XtaClientRemoteITCase {
@BeforeEach
void setup() {
XTA_DEV_SERVER_SETUP_EXTENSION.sendTestMessage();
XTA_REMOTE_SERVER_SETUP_EXTENSION.sendTestMessage();
}
@DisplayName("should return one pending message for client")
......@@ -93,7 +93,7 @@ class XtaClientRemoteITCase {
@BeforeEach
@SneakyThrows
void setup() {
messageId = XTA_DEV_SERVER_SETUP_EXTENSION.sendTestMessage();
messageId = XTA_REMOTE_SERVER_SETUP_EXTENSION.sendTestMessage();
}
@DisplayName("should return message with green status")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment