Skip to content

Commit 3f3e3ef

Browse files
committed
refactor(test): being override by ci env; value doesn't matter
1 parent 07a7b9d commit 3f3e3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/test/kotlin/spp/probe/ProbeConfigurationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ProbeConfigurationTest {
5656
assertEquals("false", swSettings.find {
5757
it.first() == "skywalking.plugin.toolkit.log.transmit_formatted"
5858
}?.last())
59-
assertEquals("127.0.0.1:11800", swSettings.find {
59+
assertNotNull(swSettings.find {
6060
it.first() == "skywalking.collector.backend_service"
6161
}?.last())
6262
}

0 commit comments

Comments
 (0)