Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
f1531d8c
Commit
f1531d8c
authored
2 years ago
by
Phil Renaud
Browse files
Options
Download
Email Patches
Plain Diff
Reallocate consul url in mock
parent
abe3a466
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ui/tests/integration/components/allocation-service-sidebar-test.js
+2
-0
...integration/components/allocation-service-sidebar-test.js
with
2 additions
and
0 deletions
+2
-0
ui/tests/integration/components/allocation-service-sidebar-test.js
+
2
-
0
View file @
f1531d8c
...
...
@@ -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}} />`
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment