We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e8320 commit 67a846cCopy full SHA for 67a846c
1 file changed
cypress/e2e/indexers/tvdb.cy.ts
@@ -27,7 +27,7 @@ describe('TVDB Integration', () => {
27
28
const verifyTVDBResponse = (response, expectedUseValue) => {
29
expect(response.statusCode).to.equal(200);
30
- expect(response.body.use).to.equal(expectedUseValue);
+ expect(response.body.tvdb).to.equal(expectedUseValue);
31
};
32
33
beforeEach(() => {
0 commit comments