Updates property based metadata to use uppercase function name

This commit is contained in:
Spencer Gibb
2020-08-27 13:51:21 -04:00
committed by GitHub
parent b681fb96d6
commit e4c999b3ea

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");