diff options
author | Katarzyna Kobierska <kkobierska@gmail.com> | 2016-07-25 11:21:20 +0200 |
---|---|---|
committer | Katarzyna Kobierska <kkobierska@gmail.com> | 2016-07-26 11:19:40 +0200 |
commit | 940382793384547ad87baf8b38a16bc501243a88 (patch) | |
tree | 1f2664c660a0eb435ee086550000ccd95e7672e6 /spec/requests/ci | |
parent | 842de4efc082c4c5ff6dcbe1869e1046569e7807 (diff) | |
download | gitlab-ce-940382793384547ad87baf8b38a16bc501243a88.tar.gz |
Fix tests
Diffstat (limited to 'spec/requests/ci')
-rw-r--r-- | spec/requests/ci/api/builds_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/ci/api/builds_spec.rb b/spec/requests/ci/api/builds_spec.rb index 1c7c60ec644..cf1e8d9b514 100644 --- a/spec/requests/ci/api/builds_spec.rb +++ b/spec/requests/ci/api/builds_spec.rb @@ -98,7 +98,7 @@ describe Ci::API::API do { "key" => "CI_BUILD_TRIGGERED", "value" => "true", "public" => true }, { "key" => "DB_NAME", "value" => "postgres", "public" => true }, { "key" => "SECRET_KEY", "value" => "secret_value", "public" => false }, - { "key" => "TRIGGER_KEY", "value" => "TRIGGER_VALUE", "public" => false } + { "key" => "TRIGGER_KEY_1", "value" => "TRIGGER_VALUE_1", "public" => false } ) end |