fix(client,sdk): remove too specific 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
4bc2d864ad
commit
68e35bf5a6
|
@ -31,7 +31,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:\/\/0\.0\.0\.0/)
|
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue