Skip to content

Commit b9b14ea

Browse files
fix: update test with new title in command XML file
1 parent 533aaea commit b9b14ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/endtoend.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ describe('plugin-login', () => {
4646
});
4747
it('creates parameters', async () => {
4848
const dita = loadTestDitamapFile(join('login', 'cli_reference_login_org_jwt_unified.xml'));
49-
expect(/<title><ph>Parameters<\/ph><\/title>/.test(dita)).to.be.true;
49+
expect(/<title><ph>Flags<\/ph><\/title>/.test(dita)).to.be.true;
5050
});
5151
});

0 commit comments

Comments
 (0)