This commit is contained in:
Girish Ramakrishnan
2016-12-14 15:04:14 -08:00
parent b77b2ab82d
commit c759a1c3f6
2 changed files with 2 additions and 2 deletions

View File

@@ -238,7 +238,7 @@ describe('Settings API', function () {
.query({ access_token: token })
.end(function (err, res) {
expect(res.statusCode).to.equal(200);
expect(res.body).to.eql({ provider: 'noop' });
expect(res.body).to.eql({ provider: 'manual' });
done();
});
});