aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-10-10 12:51:38 +0200
committerHarald Musum <musum@yahooinc.com>2023-10-10 12:51:38 +0200
commitf405bcd1e6f089adff9738ee31f9d92737062cbd (patch)
tree9e0f3053f07afb8865f9ff02c6c1c086dabd9111 /controller-server/src/test
parent2828b090d0826cf3391741f5046e3b9405e7e7db (diff)
Minor fixes to descrioption and order of items
Diffstat (limited to 'controller-server/src/test')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/pricing/PricingApiHandlerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/pricing/PricingApiHandlerTest.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/pricing/PricingApiHandlerTest.java
index d5e9b1f90da..4d3b0651ff5 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/pricing/PricingApiHandlerTest.java
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/pricing/PricingApiHandlerTest.java
@@ -30,7 +30,7 @@ public class PricingApiHandlerTest extends ControllerContainerCloudTest {
{"description": "List price", "amount": "2400.00"},
{"description": "Volume discount", "amount": "5.00"}
],
- "Total": "2395.00"
+ "totalAmount": "2395.00"
}
""",
200);