Skip to content

Commit

Permalink
fix: add some missing vars to the dummy server (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis authored Oct 17, 2022
1 parent e0eb341 commit c9ff1e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api-mock/src/handlers/kafka-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ const commonKafkaFields = {
bootstrap_server_host: getFullHostname(),
created_at: "2020-10-05T12:51:24.053142Z",
updated_at: "2020-10-05T12:56:36.362208Z",
marketplace: "standard",
admin_api_server_url: "http://" + getFullHostname() + "/data/kafka",
browser_url: "http://localhost:8080/calbu9ccff6bdd4jsg30/dashboard",
billing_cloud_account_id: "123456789012",
egress_throughput_per_sec: "1Mi",
expires_at: "2022-06-18T05:27:01.816619Z",
ingress_throughput_per_sec: "1Mi",
Expand Down

0 comments on commit c9ff1e3

Please sign in to comment.