Skip to content

Commit c25001e

Browse files
authored
COMPASS-396 fix test. (#605)
1 parent 5866311 commit c25001e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sidebar-instance.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('<SidebarInstanceProperties />', () => {
7070
});
7171
it('renders the SSH tunnel host name and port text', () => {
7272
const element = component.find('.compass-sidebar-instance-ssh-tunnel');
73-
expect(element.text()).to.be.equal('Via SSH on my-jump-box.com:2222');
73+
expect(element.text()).to.be.equal('via SSH tunnel my-jump-box.com:2222');
7474
});
7575
it('renders instance build version', () => {
7676
const element = component.find('.compass-sidebar-instance-version');

0 commit comments

Comments
 (0)