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

@@ -6,7 +6,7 @@ const interstellarQuerySuccess = require('test/fixtures/interstellar-query-succe
describe('As an anonymous user I want to search for a movie', () => {
before(() => resetDatabase());
before(() => createCacheEntry('s:1:movie:interstellar', interstellarQuerySuccess));
before(() => createCacheEntry('se:1:multi:interstellar', interstellarQuerySuccess));
it('should return 200 with the search results even if user is not logged in', () =>
request(app)