Fixes test to call proper method.

This commit is contained in:
Spencer Gibb
2020-02-27 18:39:45 -05:00
parent 0ddf816016
commit 6553bce9f6

View File

@@ -350,7 +350,7 @@ public class ProductionConfigurationTests {
ProxyExchange<List<Object>> proxy) throws Exception {
body.put("id", id);
return proxy.uri(home.toString() + "/bars").body(Arrays.asList(body))
.post(this::first);
.forward(this::first);
}
}