Commit 40e3d9f3 authored by James Edwards-Jones's avatar James Edwards-Jones

Fix typo in spec/requests/api/internal_spec.rb

parent d9557e43
......@@ -193,7 +193,7 @@ describe API::Internal do
end
describe "GET /internal/authorized_keys" do
context "unsing an existing key's fingerprint" do
context "using an existing key's fingerprint" do
it "finds the key" do
get(api('/internal/authorized_keys'), fingerprint: key.fingerprint, secret_token: secret_token)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment