summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-05-25 14:59:16 +0200
committerAzul <azul@riseup.net>2016-05-25 14:59:16 +0200
commitaed9ae1743eaf433f192a4602b2c6012ffb02a25 (patch)
tree63d134b574bc4063d1263118e7b719e9b66c4cde /test
parent9598e42722c13030b757b7b4ab47de0d50228d5c (diff)
fix our own warnings
Diffstat (limited to 'test')
-rw-r--r--test/unit/hkp_test.rb1
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|