From afbf31a6198f686a03b0e3d35e527aa56b1585b4 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Thu, 11 Nov 2021 16:45:43 +0100 Subject: [PATCH] Removed testcase as 'bitwarden' is a valid hostname --- spec/common/misc/utils.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/common/misc/utils.spec.ts b/spec/common/misc/utils.spec.ts index 1122cc43..13bebb31 100644 --- a/spec/common/misc/utils.spec.ts +++ b/spec/common/misc/utils.spec.ts @@ -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', () => {