Skip to content

Commit

Permalink
Use the HA pool here too.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 12, 2016
1 parent ddaec0b commit 1eca3f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/Crypt/test/Horde/Crypt/PgpKeyserverTest.php
Expand Up @@ -30,7 +30,8 @@ protected function setUp()
$this->_ks = new Horde_Crypt_Pgp_Keyserver(
Horde_Crypt::factory('Pgp', array(
'program' => $gnupg
))
)),
array('keyserver' => 'http://ha.pool.sks-keyservers.net')
);
}

Expand Down

0 comments on commit 1eca3f7

Please sign in to comment.