1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-20 10:13:43 +00:00

Removed testcase as 'bitwarden' is a valid hostname

This commit is contained in:
Daniel James Smith
2021-11-11 16:45:43 +01:00
parent 96f925ac07
commit afbf31a619

View File

@@ -85,7 +85,6 @@ describe('Utils Service', () => {
expect(Utils.getHostname(undefined)).toBeNull();
expect(Utils.getHostname(' ')).toBeNull();
expect(Utils.getHostname('https://bit!:"_&ward.com')).toBeNull();
expect(Utils.getHostname('bitwarden')).toBeNull();
});
it('should handle valid urls', () => {