Merge pull request #581 from spring-cloud/spencergibb-patch-1

Updates property based metadata to use uppercase function name
This commit is contained in:
Oleg Zhurakousky
2020-08-28 08:07:11 +02:00
committed by GitHub

View File

@@ -119,7 +119,7 @@ public class RoutingBrokerTests {
"--spring.cloud.function.rsocket.enabled=false",
"--io.rsocket.routing.client.enabled=true",
"--io.rsocket.routing.client.service-name=testclient",
routingWithProperty ? "--io.rsocket.routing.client.address.toupper.service_name=samplefn" : "",
routingWithProperty ? "--io.rsocket.routing.client.address.uppercase.service_name=samplefn" : "",
"--io.rsocket.routing.client.brokers[0].host=localhost",
"--io.rsocket.routing.client.brokers[0].port=" + routingBrokerProxyPort,
"--io.rsocket.routing.broker.enabled=false");