diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-04-18 00:54:49 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-04-18 00:54:49 +0800 |
commit | 2517a3647d6d167b9841ff168f8ca6b9037d2392 (patch) | |
tree | 548df60cadd6e376f40875f2440b96e43a880a23 /qa | |
parent | 4c86b4e2dc5a646de4f2ff6f05e17bac2a1e9124 (diff) | |
download | gitlab-ce-2517a3647d6d167b9841ff168f8ca6b9037d2392.tar.gz |
We no longer populate the title, so don't test it
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/project/add_deploy_key_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/qa/specs/features/project/add_deploy_key_spec.rb b/qa/qa/specs/features/project/add_deploy_key_spec.rb index 79e5ebe3633..de53613dee1 100644 --- a/qa/qa/specs/features/project/add_deploy_key_spec.rb +++ b/qa/qa/specs/features/project/add_deploy_key_spec.rb @@ -13,7 +13,6 @@ module QA resource.key = deploy_key_value end - expect(deploy_key.title).to eq(deploy_key_title) expect(deploy_key.fingerprint).to eq(key.fingerprint) end end |