We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a7b9d commit 3f3e3efCopy full SHA for 3f3e3ef
common/src/test/kotlin/spp/probe/ProbeConfigurationTest.kt
@@ -56,7 +56,7 @@ class ProbeConfigurationTest {
56
assertEquals("false", swSettings.find {
57
it.first() == "skywalking.plugin.toolkit.log.transmit_formatted"
58
}?.last())
59
- assertEquals("127.0.0.1:11800", swSettings.find {
+ assertNotNull(swSettings.find {
60
it.first() == "skywalking.collector.backend_service"
61
62
}
0 commit comments