Skip to content

Commit de15903

Browse files
committed
Update bitbucket test environment
Signed-off-by: Diogo Tridapalli <[email protected]>
1 parent 5fccf6a commit de15903

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/spec_helper.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ def testing_bitbucket_env
6060
'CHANGE_ID' => '4d4c0f31857e3185b51b6865a0700525bc0cb2bb',
6161
'JENKINS_URL' => 'http://jenkins.server.com/',
6262
'DANGER_BITBUCKETCLOUD_USERNAME' => 'username',
63-
'DANGER_BITBUCKETCLOUD_PASSWORD' => 'password'
63+
'DANGER_BITBUCKETCLOUD_PASSWORD' => 'password',
64+
'DANGER_BITBUCKETCLOUD_UUID' => 'c91be865-efc6-49a6-93c5-24e1267c479b',
65+
'ghprbPullId' => '2080'
6466
}
6567
end
6668

0 commit comments

Comments
 (0)