chore(sdk,client): remove restrictive assertion
arcad/edge/pipeline/head This commit looks good
Details
arcad/edge/pipeline/head This commit looks good
Details
This commit is contained in:
parent
240b07af66
commit
55d7241d95
|
@ -39,7 +39,6 @@ describe('App Module', function() {
|
|||
.then(url => {
|
||||
console.log("getAppUrl result:", url);
|
||||
chai.assert.isNotEmpty(url);
|
||||
chai.assert.match(url, /^http:\/\/127\.0\.0\.1/)
|
||||
})
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue