summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/stats.json
diff options
context:
space:
mode:
Diffstat (limited to 'node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/stats.json')
-rw-r--r--node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/stats.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/stats.json b/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/stats.json
index 017a45d2bbe..38505726def 100644
--- a/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/stats.json
+++ b/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/stats.json
@@ -1,6 +1,6 @@
{
- "total-cost" : 8.591999999999999,
- "total-allocated-cost": 5.356,
+ "totalCost": 8.591999999999999,
+ "totalAllocatedCost": 5.356,
"load": {
"cpu": 0.0,
"memory": 0.0,
@@ -53,4 +53,4 @@
"unutilizedCost": 0.0
}
]
-} \ No newline at end of file
+}