summaryrefslogtreecommitdiff
path: root/test/unit/hkp/v_index_response_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/hkp/v_index_response_test.rb')
-rw-r--r--test/unit/hkp/v_index_response_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/hkp/v_index_response_test.rb b/test/unit/hkp/v_index_response_test.rb
index d909520..270409a 100644
--- a/test/unit/hkp/v_index_response_test.rb
+++ b/test/unit/hkp/v_index_response_test.rb
@@ -7,7 +7,7 @@ class Nickserver::Hkp::VIndexResponseTest < Minitest::Test
def test_leap_public_key
response = response_for 'cloudadmin@leap.se',
- body: file_content(:leap_vindex_result)
+ body: file_content(:leap_vindex_result)
assert_equal 'E818C478D3141282F7590D29D041EB11B1647490', response.keys.first.keyid
end