diff options
author | Azul <azul@riseup.net> | 2016-05-25 14:59:16 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-25 14:59:16 +0200 |
commit | aed9ae1743eaf433f192a4602b2c6012ffb02a25 (patch) | |
tree | 63d134b574bc4063d1263118e7b719e9b66c4cde /test/unit | |
parent | 9598e42722c13030b757b7b4ab47de0d50228d5c (diff) |
fix our own warnings
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/hkp_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/hkp_test.rb b/test/unit/hkp_test.rb index fc3cf97..c315726 100644 --- a/test/unit/hkp_test.rb +++ b/test/unit/hkp_test.rb @@ -67,7 +67,6 @@ class HkpTest < Minitest::Test def test_fetch_key_too_short uid = 'chiiph@leap.se' - key_id = '9A753A6B' stub_sks_vindex_reponse(uid, body: file_content(:short_key_vindex_result)) test_em_errback "Nickserver::Hkp::FetchKey.new.get '#{uid}'" do |error| |