Changed default test user to status-open-bounty
This commit is contained in:
parent
6306500fa6
commit
1c2ad61055
|
@ -17,6 +17,6 @@ module.exports = {
|
|||
priceHour: 1,
|
||||
delayInMiliSeconds: 10000,
|
||||
bountyLabels: BOUNTY_LABELS,
|
||||
githubUsername: '',
|
||||
githubUsername: 'status-open-bounty',
|
||||
|
||||
}
|
||||
|
|
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue