Fix upgrade link

This commit is contained in:
Joshua Ogle 2018-05-25 16:23:54 -06:00
parent 962dbe1dcb
commit 1fd6119a51
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ test('it renders with overlay', function(assert) {
'contains overlay content'
);
assert.equal(
this.$('#modal-wormhole a[href^="http://hashicorp.com/products/vault/trial?source=vaultui"]').length,
this.$('#modal-wormhole a[href^="https://hashicorp.com/products/vault/trial?source=vaultui"]').length,
1,
'contains info link'
);