Changed default test user to status-open-bounty

This commit is contained in:
Pol.Alvarez@BSC 2018-03-01 14:58:25 +01:00
parent 6306500fa6
commit 1c2ad61055
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ module.exports = {
priceHour: 1,
delayInMiliSeconds: 10000,
bountyLabels: BOUNTY_LABELS,
githubUsername: '',
githubUsername: 'status-open-bounty',
}

View File

@ -14,7 +14,7 @@ let requests = [
{ body: { action: 'created', comment: { body: 'Creating my first comment', user: { login: 'randomUser' } } } },
{ body: { action: 'edited', comment: { body: 'Editing my comment', user: { login: 'RandomUser' } } } },
{ body: { action: 'edited', comment: { body: sob_comment, user: { login: 'status-open-bounty' } } } },
{ body: { action: 'created', issue: { labels: ['bounty', 'bounty-s'] }, comment: { body: sob_comment, user: { login: 'jomsdev' } } } }
{ body: { action: 'created', issue: { labels: ['bounty', 'bounty-s'] }, comment: { body: sob_comment, user: { login: 'status-open-bounty' } } } }
];
describe('Bot behavior', function () {