mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 17:06:24 -06:00
fix get registry test
This commit is contained in:
parent
5c3b942067
commit
b6f5d0ef7c
@ -57,7 +57,7 @@ describe('Tests for getRegistry', function() {
|
|||||||
|
|
||||||
function reject(err) {
|
function reject(err) {
|
||||||
expect(err).toBeTruthy();
|
expect(err).toBeTruthy();
|
||||||
expect(err).toBe('Cannot find PodUrl Registry. Using default url.');
|
expect(err.message).toBe('Cannot find PodUrl Registry. Using default url.');
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user