Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Jul 20, 2016
1 parent 68c7767 commit 0c551f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/phabs_test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe 'hubot-phabs module', ->
ownerPHID: 'PHID-USER-42'
} })
.get('/api/user.query')
.query(query = {
.query({
'phids[0]': 'PHID-USER-42',
'api.token': 'xxx'
})
Expand Down Expand Up @@ -179,7 +179,7 @@ describe 'hubot-phabs module', ->
ownerPHID: 'PHID-USER-000000'
} })
.get('/api/user.query')
.query(query = {
.query({
'phids[0]': 'PHID-USER-000000',
'api.token': 'xxx'
})
Expand Down

0 comments on commit 0c551f7

Please sign in to comment.