Commit f1531d8c authored by Phil Renaud's avatar Phil Renaud
Browse files

Reallocate consul url in mock

parent abe3a466
Showing with 2 additions and 0 deletions
+2 -0
......@@ -104,6 +104,8 @@ module(
assert.dom('table.health-checks').doesNotExist();
assert.dom('[data-test-consul-link-notice]').doesNotExist();
this.system.agent.config.UI.Consul.BaseUIURL = 'http://localhost:8500';
await render(
hbs`<AllocationServiceSidebar @service={{this.service}} @fns={{hash closeSidebar=this.closeSidebar}} />`
);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment