Skip to content

Commit 67a846c

Browse files
committed
test(tvdb): change 'use' to 'tvdb' condition check
1 parent a5e8320 commit 67a846c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/indexers/tvdb.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('TVDB Integration', () => {
2727

2828
const verifyTVDBResponse = (response, expectedUseValue) => {
2929
expect(response.statusCode).to.equal(200);
30-
expect(response.body.use).to.equal(expectedUseValue);
30+
expect(response.body.tvdb).to.equal(expectedUseValue);
3131
};
3232

3333
beforeEach(() => {

0 commit comments

Comments
 (0)