aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-10-10 13:34:08 +0200
committerHarald Musum <musum@yahooinc.com>2023-10-10 13:34:08 +0200
commit408850e61e1e9d8c3d1cf742c73a4d750d775b0d (patch)
treed884102c334a156c295f8c85c521cc8ff2f78ec8 /controller-server/src/test/java/com
parentf405bcd1e6f089adff9738ee31f9d92737062cbd (diff)
Use negative numbers for discounts
Diffstat (limited to 'controller-server/src/test/java/com')
-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 4d3b0651ff5..09ff6bbc4b1 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
@@ -28,7 +28,7 @@ public class PricingApiHandlerTest extends ControllerContainerCloudTest {
{
"priceInfo": [
{"description": "List price", "amount": "2400.00"},
- {"description": "Volume discount", "amount": "5.00"}
+ {"description": "Volume discount", "amount": "-5.00"}
],
"totalAmount": "2395.00"
}