Skip to content

Commit 5a6d3bf

Browse files
committed
Update info_spec tests with enhanced /v3/info/usage_summary
1 parent a813b0b commit 5a6d3bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

spec/request/info_spec.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,13 @@
8787
{
8888
usage_summary: {
8989
started_instances: 21,
90-
memory_in_mb: 2200
90+
memory_in_mb: 2200,
91+
domains: 1,
92+
per_app_tasks: 1,
93+
reserved_ports: 0,
94+
routes: 0,
95+
service_instances: 0,
96+
service_keys: 0
9197
},
9298
links: {
9399
self: { href: "#{link_prefix}/v3/info/usage_summary" }

0 commit comments

Comments
 (0)