nock('https://api.github.com:443')
    .get('/repos/sweetp/dashboard/issues?state=all')
    .reply(200, [{
        "url": "https://api.github.com/repos/sweetp/dashboard/issues/33",
        "labels_url": "https://api.github.com/repos/sweetp/dashboard/issues/33/labels{/name}",