Resolved detekt error

This commit is contained in:
Chris Cochrane 2022-06-08 13:54:16 +01:00
parent 500be9cbcd
commit 518befabeb
No known key found for this signature in database
GPG Key ID: 4D4602B5BBC63950

View File

@ -7,13 +7,13 @@ import net.corda.testing.driver.JmxPolicy
import net.corda.testing.driver.driver
import org.junit.Test
import java.net.HttpURLConnection
import java.net.HttpURLConnection.*
import java.net.HttpURLConnection.HTTP_OK
import java.net.URL
import kotlin.test.assertEquals
import kotlin.test.assertTrue
class NodeStatus {
@Test(timeout=300_000)
fun `node status is published via JMX`() {
driver(DriverParameters(notarySpecs = emptyList(), jmxPolicy = JmxPolicy.defaultEnabled())) {