fix(tests): fix cypress test

This commit is contained in:
TOomaAh
2025-04-16 23:23:22 +02:00
parent b26689b2da
commit bade7f5139

View File

@@ -84,7 +84,7 @@ describe('TVDB Integration', () => {
tv: 'tvdb',
}).then(({ response }) => {
expect(response.statusCode).to.equal(200);
expect(response.body.tv).to.equal(false);
expect(response.body.tv).to.equal('tvdb');
});
});