add system.du

This commit is contained in:
Girish Ramakrishnan
2022-10-11 22:58:12 +02:00
parent 760301ce02
commit 656f3fcc13
6 changed files with 54 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ describe('Applinks', function () {
APPLINK_2.id = await applinks.add(JSON.parse(JSON.stringify(APPLINK_2)));
const result = await applinks.get(APPLINK_2.id);
expect(result.upstreamUri).to.eql('https://www.google.com/');
expect(result.upstreamUri).to.eql('https://google.com/');
expect(result.icon.length).to.not.eql(0);
});