volumes: test host path validation

This commit is contained in:
Girish Ramakrishnan
2025-01-02 11:46:11 +01:00
parent f7ea847336
commit 1e2ca7b835
4 changed files with 37 additions and 12 deletions
+1 -1
View File
@@ -49,6 +49,6 @@ describe('Branding', function () {
it('can render footer with YEAR', async function () {
await branding.setFooter('BigFoot Inc %YEAR%', auditSource);
expect(await branding.renderFooter()).to.be('BigFoot Inc 2024');
expect(await branding.renderFooter()).to.be('BigFoot Inc 2025');
});
});