add system.du
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user