Skip to content

Commit 5ada2a4

Browse files
committed
add auth
1 parent 253e93f commit 5ada2a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

control/src/test/kotlin/integration/ProbeIntegrationTest.kt

+2-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ abstract class ProbeIntegrationTest {
7676

7777
FrameHelper.sendFrame(
7878
BridgeEventType.REGISTER.name.lowercase(),
79-
toLiveInstrumentSubscriberAddress("system"),
80-
JsonObject(),
81-
socket
79+
toLiveInstrumentSubscriberAddress("system"), null,
80+
JsonObject().put("auth-token", SYSTEM_JWT_TOKEN), null, null, socket
8281
)
8382

8483
instrumentService = ServiceProxyBuilder(vertx)

0 commit comments

Comments
 (0)