fix get registry test

This commit is contained in:
Vishwas Shashidhar 2018-10-02 21:50:25 +05:30
parent 5c3b942067
commit b6f5d0ef7c

View File

@ -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();
}