diff --git a/test/star.js b/test/star.js index 8b9ef38..6054a4b 100644 --- a/test/star.js +++ b/test/star.js @@ -149,7 +149,9 @@ test("if token auth, sets bearer on get and put", function(t) { } }) .get('/-/whoami') - .reply(200) + .reply(200, { + username: 'bcoe' + }) var starPut = nock('http://localhost:1010', { reqheaders: {