From 9b2c8899dac61ef07ed20f27dac692776e244e51 Mon Sep 17 00:00:00 2001 From: TOomaAh Date: Tue, 29 Oct 2024 23:28:28 +0100 Subject: [PATCH] test(tvdb): change 'use' to 'tvdb' condition check --- cypress/e2e/indexers/tvdb.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/indexers/tvdb.cy.ts b/cypress/e2e/indexers/tvdb.cy.ts index c86923fe..d79aa873 100644 --- a/cypress/e2e/indexers/tvdb.cy.ts +++ b/cypress/e2e/indexers/tvdb.cy.ts @@ -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(() => {