test(tvdb): change 'use' to 'tvdb' condition check

This commit is contained in:
TOomaAh
2024-10-29 23:28:28 +01:00
parent b45898665e
commit 9b2c8899da

View File

@@ -27,7 +27,7 @@ describe('TVDB Integration', () => {
const verifyTVDBResponse = (response, expectedUseValue) => { const verifyTVDBResponse = (response, expectedUseValue) => {
expect(response.statusCode).to.equal(200); expect(response.statusCode).to.equal(200);
expect(response.body.use).to.equal(expectedUseValue); expect(response.body.tvdb).to.equal(expectedUseValue);
}; };
beforeEach(() => { beforeEach(() => {