Skip to content

Commit

Permalink
Set hivemq-ce to fixed version 2024.2 until testcontainers hivemq mod…
Browse files Browse the repository at this point in the history
…ule caught up
konqi committed Feb 28, 2024
1 parent 3139428 commit 68d9ae7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ abstract class AbstractMqttTest {
companion object {
private val HIVEMQ_IMAGE = DockerImageName
.parse("hivemq/hivemq-ce")
.withTag("2024.2")


@JvmField
@@ -17,7 +18,7 @@ abstract class AbstractMqttTest {

@JvmStatic
@BeforeAll
fun startMockserver(): Unit {
fun startMockserver() {
mqttBroker.start()
}
}

0 comments on commit 68d9ae7

Please sign in to comment.