diff --git a/qa/qa/resource/user_gpg.rb b/qa/qa/resource/user_gpg.rb index 25d74ad8ce5f3650a7b33f327e2ad90b6510cc2e..1442b9529f19df01346a1c6dcedaa7998deeff4d 100644 --- a/qa/qa/resource/user_gpg.rb +++ b/qa/qa/resource/user_gpg.rb @@ -41,6 +41,10 @@ def api_post_body key: @gpg.key } end + + def api_delete_path + "/user/gpg_keys/#{@id}" + end end end end