Skip to content

Commit 70ba80f

Browse files
Marian BäuerleKai Hudalla
Marian Bäuerle
authored and
Kai Hudalla
committed
Add Kerlink Provider tests
Signed-off-by: Marian Bäuerle <[email protected]> Also-by: Schmid Christian <[email protected]> Also-by: Daniel Maier <[email protected]> Also-by: Bala Azhagappan <[email protected]> Also-by: Sebastian Poehn <[email protected]> Also-by: Pascan Marko <[email protected]> Also-by: Klein Marita <[email protected]> Also-by: Lohmann Carsten <[email protected]> Also-by: Meier Sandy <[email protected]>
1 parent 3242c9d commit 70ba80f

File tree

5 files changed

+483
-2
lines changed

5 files changed

+483
-2
lines changed

adapters/lora-vertx/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
<artifactId>jackson-annotations</artifactId>
4848
<version>${jackson.version}</version>
4949
</dependency>
50+
<dependency>
51+
<groupId>com.github.tomakehurst</groupId>
52+
<artifactId>wiremock</artifactId>
53+
<scope>test</scope>
54+
</dependency>
5055
</dependencies>
5156

5257
<build>

adapters/lora-vertx/src/main/java/org/eclipse/hono/adapter/lora/providers/KerlinkProvider.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
@Component
5353
public class KerlinkProvider implements LoraProvider {
5454

55-
private static final String FIELD_KERLINK_CLUSTER_ID = "cluster-id";
56-
private static final String FIELD_KERLINK_CUSTOMER_ID = "customer-id";
55+
static final String FIELD_KERLINK_CLUSTER_ID = "cluster-id";
56+
static final String FIELD_KERLINK_CUSTOMER_ID = "customer-id";
5757

5858
private static final Logger LOG = LoggerFactory.getLogger(LoraProtocolAdapter.class);
5959

0 commit comments

Comments
 (0)