small fixes for integration tests

This commit is contained in:
a10zn8
2022-11-18 19:20:41 +04:00
parent b450cc9a94
commit e66bb772ad
2 changed files with 11 additions and 7 deletions

View File

@@ -111,7 +111,6 @@ open class ConfiguredUpstreams(
}
upstream?.let {
val event = UpstreamChangeEvent(chain, upstream, UpstreamChangeEvent.ChangeType.ADDED)
log.error("first !!!! Upstream ${event.upstream.getId()} with chain $chain has been added")
eventPublisher.publishEvent(event)
}
}