When testing we dont have api access so we create cache entries before each request. The cache key changed so this is now updated in the tests and tmdb.

This commit is contained in:
2018-03-20 20:12:49 +01:00
parent 7051edb212
commit 9e145f7068
8 changed files with 44 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ const popularShowsSuccess = require('test/fixtures/popular-show-success-response
describe('As a user I want to get popular shows', () => {
before(() => resetDatabase());
before(() => createCacheEntry('p:show::1', popularShowsSuccess));
before(() => createCacheEntry('p:show:1', popularShowsSuccess));
it('should return 200 with the information', () =>
request(app)