chore(sdk,client): remove restrictive assertion
arcad/edge/pipeline/head This commit looks good Details

This commit is contained in:
wpetit 2023-04-06 18:18:12 +02:00
parent 240b07af66
commit 55d7241d95
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ describe('App Module', function() {
.then(url => { .then(url => {
console.log("getAppUrl result:", url); console.log("getAppUrl result:", url);
chai.assert.isNotEmpty(url); chai.assert.isNotEmpty(url);
chai.assert.match(url, /^http:\/\/127\.0\.0\.1/)
}) })
}); });