From 65969cc59fdca18de51d541552795c59716a89bf Mon Sep 17 00:00:00 2001 From: Ajay Singh Date: Wed, 18 Sep 2024 09:42:18 -0700 Subject: [PATCH] update test --- src/ui/A/A.spec.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/A/A.spec.jsx b/src/ui/A/A.spec.jsx index 7bd08f1755..57ee13164e 100644 --- a/src/ui/A/A.spec.jsx +++ b/src/ui/A/A.spec.jsx @@ -12,7 +12,7 @@ describe('A', () => { describe('hostnameWithoutRegex', () => { it('returns to home if no url passed', () => { - expect(getHostnameFromRegex(undefined)).toBe('https://app.codecov.io') + expect(getHostnameFromRegex(undefined)).toBe('app.codecov.io') }) it('scrubs URL if one exists', () => { expect(getHostnameFromRegex('https://app.codecov.io')).toBe(