mirror of
https://github.com/finos/SymphonyElectron.git
synced 2026-08-14 06:55:00 -05:00
fix get registry test
This commit is contained in:
@@ -57,7 +57,7 @@ describe('Tests for getRegistry', function() {
|
||||
|
||||
function reject(err) {
|
||||
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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user