mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Fix upgrade link
This commit is contained in:
parent
0a598dd37b
commit
c87f6ea62a
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue