Skip to content

Commit

Permalink
test(tvdb): change 'use' to 'tvdb' condition check
Browse files Browse the repository at this point in the history
  • Loading branch information
TOomaAh committed Dec 12, 2024
1 parent 973d78d commit f447870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/indexers/tvdb.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('TVDB Integration', () => {

const verifyTVDBResponse = (response, expectedUseValue) => {
expect(response.statusCode).to.equal(200);
expect(response.body.use).to.equal(expectedUseValue);
expect(response.body.tvdb).to.equal(expectedUseValue);
};

beforeEach(() => {
Expand Down

0 comments on commit f447870

Please sign in to comment.